Home
last modified time | relevance | path

Searched refs:RELATIVE_PATH (Results 1 - 24 of 24) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_constants.h29 RELATIVE_PATH, member in OHOS::AppExecFwk::ResultMode
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h47 constexpr const char* RELATIVE_PATH = "../"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp123 if ((entry.first.find(ServiceConstants::RELATIVE_PATH) == std::string::npos) && !isHqfFile) { in GetZipFileNames()
H A Dbundle_mgr_service_event_handler.cpp410 if (!ScanDir(baseDataDir, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, userIds)) { in ScanAndAnalyzeUserDatas()
425 if (!ScanDir(userDataDir, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, userDataBundleNames)) { in ScanAndAnalyzeUserDatas()
552 if (!ScanDir(Constants::BUNDLE_CODE_DIR, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, bundleNameList)) { in ScanInstallDir()
H A Dbundle_install_checker.cpp1543 if (signatureFileDir.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckSignatureFileDir()
H A Dbundle_mgr_host_impl.cpp1068 if (hapFilePath.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in GetBundleArchiveInfo()
1109 if (hapFilePath.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in GetBundleArchiveInfoV9()
H A Dbundle_profile.cpp1738 if (moduleName.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckModuleNameIsValid()
H A Dmodule_profile.cpp1573 if (moduleName.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckModuleNameIsValid()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp96 if (originalDir.find(ServiceConstants::RELATIVE_PATH) != std::string::npos || in FilterDriverSoFile()
97 destinedDir.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in FilterDriverSoFile()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_extension_info.h34 const std::string RELATIVE_PATH = "relative_path"; member
228 { RELATIVE_PATH, STRING_TYPE },
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h136 constexpr const char* RELATIVE_PATH = "../"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp174 if (path.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CopyHqfToSecurityDir()
H A Dpatch_profile.cpp174 if (name.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckNameIsValid()
H A Dquick_fix_deployer.cpp667 if (path.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in ProcessBundleFilePaths()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp851 "", ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths); in HWTEST_F()
854 OVER_MAX_PATH_SIZE, ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths); in HWTEST_F()
857 "//", ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths); in HWTEST_F()
1722 auto ret = InstalldOperator::ScanDir("/temp/", ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, paths); in HWTEST_F()
1742 auto ret = InstalldOperator::ScanDir("/temp/", ScanMode::SUB_FILE_FILE, ResultMode::RELATIVE_PATH, paths); in HWTEST_F()
1762 auto ret = InstalldOperator::ScanDir("/temp/", ScanMode::SUB_FILE_ALL, ResultMode::RELATIVE_PATH, paths); in HWTEST_F()
/foundation/filemanagement/user_file_service/test/unittest/
H A Dmedialibrary_file_access_test_info.cpp1417 {RELATIVE_PATH, " "}, in HWTEST_F()
1463 {RELATIVE_PATH, " "}, in HWTEST_F()
1474 EXPECT_EQ(jsonObject.at(RELATIVE_PATH), relativePath); in HWTEST_F()
1540 {RELATIVE_PATH, " "}, in HWTEST_F()
1614 {RELATIVE_PATH, " "}, in HWTEST_F()
H A Dexternal_file_access_test_info.cpp920 {RELATIVE_PATH, " "}, in CheckJson()
935 EXPECT_EQ(jsonObject.at(RELATIVE_PATH), relativePath); in CheckJson()
1114 {RELATIVE_PATH, " "}, in HWTEST_F()
1192 {RELATIVE_PATH, " "}, in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/
H A Dbms_patch_parser_test.cpp651 BUNDLE_PATCH_PROFILE_APP_KEY_BUNDLE_NAME, ServiceConstants::RELATIVE_PATH); in HWTEST_F()
/foundation/filemanagement/user_file_service/frameworks/js/napi/common/
H A Dfile_extension_info_napi.cpp181 DECLARE_NAPI_STATIC_PROPERTY("RELATIVE_PATH", NVal::CreateUTF8String(env, RELATIVE_PATH).val_), in InitQueryFlags()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp189 if (!ScanDir(Constants::BUNDLE_CODE_DIR, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, bundleNameList)) { in ScanInstallDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp460 if (sourceAp.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CopyApWithBundle()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1424 if (moduleName.find(Constants::RELATIVE_PATH) != std::string::npos) { in CheckModuleNameIsValid()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1507 if (path.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckPathValid()
H A Dinstalld_operator.cpp98 if (resultMode == ResultMode::RELATIVE_PATH) { in HandleScanResult()

Completed in 48 milliseconds