/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_constants.h | 29 RELATIVE_PATH, member in OHOS::AppExecFwk::ResultMode
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | bundle_constants.h | 47 constexpr const char* RELATIVE_PATH = "../"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_extractor.cpp | 123 if ((entry.first.find(ServiceConstants::RELATIVE_PATH) == std::string::npos) && !isHqfFile) { in GetZipFileNames()
|
H A D | bundle_mgr_service_event_handler.cpp | 410 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 D | bundle_install_checker.cpp | 1543 if (signatureFileDir.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckSignatureFileDir()
|
H A D | bundle_mgr_host_impl.cpp | 1068 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 D | bundle_profile.cpp | 1738 if (moduleName.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckModuleNameIsValid()
|
H A D | module_profile.cpp | 1573 if (moduleName.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckModuleNameIsValid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/ |
H A D | driver_installer.cpp | 96 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 D | file_access_extension_info.h | 34 const std::string RELATIVE_PATH = "relative_path"; member 228 { RELATIVE_PATH, STRING_TYPE },
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_service_constants.h | 136 constexpr const char* RELATIVE_PATH = "../"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_manager_host_impl.cpp | 174 if (path.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CopyHqfToSecurityDir()
|
H A D | patch_profile.cpp | 174 if (name.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckNameIsValid()
|
H A D | quick_fix_deployer.cpp | 667 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 D | bms_install_daemon_operator_test.cpp | 851 "", 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 D | medialibrary_file_access_test_info.cpp | 1417 {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 D | external_file_access_test_info.cpp | 920 {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 D | bms_patch_parser_test.cpp | 651 BUNDLE_PATCH_PROFILE_APP_KEY_BUNDLE_NAME, ServiceConstants::RELATIVE_PATH); in HWTEST_F()
|
/foundation/filemanagement/user_file_service/frameworks/js/napi/common/ |
H A D | file_extension_info_napi.cpp | 181 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 D | bundle_mgr_service_event_handler.cpp | 189 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 D | aot_handler.cpp | 460 if (sourceAp.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CopyApWithBundle()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 1424 if (moduleName.find(Constants::RELATIVE_PATH) != std::string::npos) { in CheckModuleNameIsValid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1507 if (path.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CheckPathValid()
|
H A D | installd_operator.cpp | 98 if (resultMode == ResultMode::RELATIVE_PATH) { in HandleScanResult()
|