Home
last modified time | relevance | path

Searched refs:CheckFilePath (Results 1 - 12 of 12) sorted by relevance

/base/update/sys_installer/services/module_update/include/
H A Dmodule_file_repository.h43 bool CheckFilePath(const ModuleFile &moduleFile, const std::string &prefix) const;
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dglobal_utils.h106 int32_t (*CheckFilePath)(const char *path, char *realResourcePath, int32_t length); member
/base/security/appverify/interfaces/innerkits/appverify/include/verify/
H A Dhap_verify_v2.h45 DLL_EXPORT bool CheckFilePath(const std::string& filePath, std::string& standardFilePath);
/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp101 if (!CheckFilePath(*moduleFile, path)) { in ProcessFile()
149 bool ModuleFileRepository::CheckFilePath(const ModuleFile &moduleFile, const string &prefix) const in CheckFilePath() function in OHOS::SysInstaller::ModuleFileRepository
/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp48 if (!CheckFilePath(filePath, standardFilePath)) { in Verify()
62 bool HapVerifyV2::CheckFilePath(const std::string& filePath, std::string& standardFilePath) in CheckFilePath() function in OHOS::Security::Verify::HapVerifyV2
437 if (!CheckFilePath(filePath, standardFilePath)) { in ParseHapProfile()
484 if (!CheckFilePath(filePath, standardFilePath)) { in ParseHapSignatureInfo()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal_utils.c57 static int32_t CheckFilePath(const char *path, char *realResourcePath, int32_t length);
67 .CheckFilePath = CheckFilePath,
329 static int32_t CheckFilePath(const char *path, char *realResourcePath, int32_t length) in CheckFilePath() function
359 if (CheckFilePath(path, realResourcePath, PATH_MAX) == MC_FAILURE) { in GetOffsetByLocale()
H A Dglobal.c153 if (utilsImpl->CheckFilePath(path, realResourcePath, PATH_MAX) == MC_FAILURE) { in GLOBAL_GetValueByIdInternal()
222 if (utilsImpl->CheckFilePath(path, realResourcePath, PATH_MAX) == MC_FAILURE) { in GLOBAL_GetValueByNameInternal()
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_initialize.h67 static ExceptionError CheckFilePath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, Config &config);
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_v2_test.cpp63 * @tc.name: Test CheckFilePath function
76 ASSERT_FALSE(v2.CheckFilePath(filePath, standardFilePath)); in HWTEST_F()
/base/request/request/frameworks/js/napi/include/
H A Djs_initialize.h124 static bool CheckFilePath(
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp680 ExceptionError CJInitialize::CheckFilePath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, in CheckFilePath() function in OHOS::CJSystemapi::Request::CJInitialize
774 return CheckFilePath(context, config); in ParseConfig()
/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp123 CheckFilePath(context, config, err); in InitParam()
162 bool JsInitialize::CheckFilePath( in CheckFilePath() function in OHOS::Request::JsInitialize

Completed in 11 milliseconds