Home
last modified time | relevance | path

Searched refs:CreateTempDir (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp387 std::string BundleUtil::CreateTempDir(const std::string &tempDir) in CreateTempDir() function in OHOS::AppExecFwk::BundleUtil
425 if (CreateTempDir(tempDir).empty()) { in CreateInstallTempDir()
432 return CreateTempDir(tempDir); in CreateInstallTempDir()
442 return CreateTempDir(tempDir); in CreateSharedBundleTempDir()
859 destination = CreateTempDir(destination); in CopyFileToSecurityDir()
880 destination = CreateTempDir(destination.append(innerSubstr)); in CopyFileToSecurityDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h206 static std::string CreateTempDir(const std::string &tempDir);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4999 auto ret = bundleUtil.CreateTempDir(CURRENT_PATH);