Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp388 std::string BundleUtil::CreateTempDir(const std::string &tempDir) in CreateTempDir() function in OHOS::AppExecFwk::BundleUtil
427 if (CreateTempDir(tempDir).empty()) { in CreateInstallTempDir()
434 return CreateTempDir(tempDir); in CreateInstallTempDir()
444 return CreateTempDir(tempDir); in CreateSharedBundleTempDir()
834 destination = CreateTempDir(destination); in CopyFileToSecurityDir()
855 destination = CreateTempDir(destination.append(innerSubstr)); in CopyFileToSecurityDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h204 static std::string CreateTempDir(const std::string &tempDir);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4985 auto ret = bundleUtil.CreateTempDir(CURRENT_PATH); in HWTEST_F()

Completed in 15 milliseconds