Home
last modified time | relevance | path

Searched refs:CheckFileName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp50 if (!CheckFileName(bundlePath)) { in CheckFilePath()
121 if (!CheckFileName(fileName)) { in CheckFileType()
135 bool BundleFileUtil::CheckFileName(const std::string &fileName) in CheckFileName() function in OHOS::AppExecFwk::BundleFileUtil
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/include/
H A Dbundle_file_util.h29 static bool CheckFileName(const std::string &fileName);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlefileutil_fuzzer/
H A Dbundlefileutil_fuzzer.cpp39 fileUtil.CheckFileName(fileName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h65 static bool CheckFileName(const std::string &fileName);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp73 if (!CheckFileName(bundlePath)) { in CheckFilePath()
149 if (!CheckFileName(fileName)) { in CheckFileType()
163 bool BundleUtil::CheckFileName(const std::string &fileName) in CheckFileName() function in OHOS::AppExecFwk::BundleUtil
H A Dbundle_install_checker.cpp1554 if (!BundleUtil::CheckFileName(signatureFileDir)) { in CheckSignatureFileDir()
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp83 static bool CheckFileName(const std::string& fileName) in CheckFileName() function
325 if (!CheckFileName(fileName)) { in ClearFileResidues()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1289 bool res = bundleUtil.CheckFileName(maxFileName);
1292 res = bundleUtil.CheckFileName(maxFileName);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1400 bool res2 = BundleFileUtil::CheckFileName(OVER_MAX_SIZE);