Home
last modified time | relevance | path

Searched refs:TMP_SUFFIX (Results 1 - 11 of 11) sorted by relevance

/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp43 const string CloudFileUtils::TMP_SUFFIX = ".temp.download"; member in OHOS::FileManagement::CloudDisk::CloudFileUtils
168 if (EndsWith(path, TMP_SUFFIX)) { in GetPathWithoutTmp()
169 ret = path.substr(0, path.length() - TMP_SUFFIX.length()); in GetPathWithoutTmp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp128 if (InstalldClient::GetInstance()->RemoveDir(moduleDir + ServiceConstants::TMP_SUFFIX) == ERR_OK) { in InnerHandleInvalidBundle()
153 if (InstalldClient::GetInstance()->RenameModuleDir(moduleDir + ServiceConstants::TMP_SUFFIX, moduleDir) != in InnerHandleInvalidBundle()
H A Dbase_bundle_installer.cpp146 return prefixPath + ServiceConstants::TMP_SUFFIX + suffixPath; in BuildTempNativeLibraryPath()
1411 modulePackage + ServiceConstants::TMP_SUFFIX; in RollBack()
2372 + ServiceConstants::TMP_SUFFIX; in ProcessModuleUpdate()
2662 bundleName_ + ServiceConstants::TMP_SUFFIX + ServiceConstants::LIBS; in ProcessDiffFiles()
2691 bundleName_ + ServiceConstants::TMP_SUFFIX; in ProcessDiffFiles()
3670 auto result = InstalldClient::GetInstance()->RenameModuleDir(moduleDir + ServiceConstants::TMP_SUFFIX, moduleDir); in RenameModuleDir()
5204 if (BundleUtil::EndWith(modulePath, ServiceConstants::TMP_SUFFIX)) { in InnerProcessNativeLibs()
5208 nativeLibraryPath = info.GetCurrentModulePackage() + ServiceConstants::TMP_SUFFIX + in InnerProcessNativeLibs()
5490 tempDir += ServiceConstants::TMP_SUFFIX; in GetTempHapPath()
5591 .append(ServiceConstants::TMP_SUFFIX) in MoveSoFileToRealInstallationDir()
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp43 const string CloudFileUtils::TMP_SUFFIX = ".temp.download"; member in OHOS::FileManagement::CloudDisk::CloudFileUtils
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h70 static const std::string TMP_SUFFIX; member in OHOS::FileManagement::CloudDisk::final
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h63 constexpr const char* TMP_SUFFIX = "_tmp"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp653 + ServiceConstants::TMP_SUFFIX; in MoveSoToRealPath()
672 tempSoPath = moduleName + ServiceConstants::TMP_SUFFIX + ServiceConstants::PATH_SEPARATOR + tempSoPath; in ObtainTempSoPath()
674 std::string innerTempStr = moduleName + ServiceConstants::TMP_SUFFIX; in ObtainTempSoPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp45 tempSoPath = moduleName + AppExecFwk::ServiceConstants::TMP_SUFFIX in ObtainTempSoPath()
48 std::string innerTempStr = moduleName + AppExecFwk::ServiceConstants::TMP_SUFFIX; in ObtainTempSoPath()
771 + moduleName + AppExecFwk::ServiceConstants::TMP_SUFFIX; in MoveSoToRealPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp753 appQuickFix.bundleName + ServiceConstants::TMP_SUFFIX + ServiceConstants::LIBS; in ExtractSoAndApplyDiff()
837 appQuickFix.bundleName + ServiceConstants::TMP_SUFFIX; in ProcessApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6618 tempSoDir += ServiceConstants::TMP_SUFFIX; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4847 ServiceConstants::PATH_SEPARATOR + PACKAGE_NAME + ServiceConstants::TMP_SUFFIX; in HWTEST_F()

Completed in 40 milliseconds