Home
last modified time | relevance | path

Searched refs:IsFileNameValid (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp130 if (!IsFileNameValid(fileName)) { in CreateFd()
156 bool QuickFixManagerHostImpl::IsFileNameValid(const std::string &fileName) const in IsFileNameValid() function in OHOS::AppExecFwk::QuickFixManagerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_manager_host_impl.h45 bool IsFileNameValid(const std::string &fileName) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerhostipml_fuzzer/
H A Dquickfixmanagerhostipml_fuzzer.cpp55 quickFixManagerHostImpl->IsFileNameValid(fileName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp35 bool IsFileNameValid(const std::string &fileName) in IsFileNameValid() function
654 if (!IsFileNameValid(fileName)) { in CreateFd()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp4107 auto ret = quickFixMgrHostImpl.IsFileNameValid(INVALID_FILE_NAME);
4109 ret = quickFixMgrHostImpl.IsFileNameValid(VALID_FILE_NAME);