Home
last modified time | relevance | path

Searched refs:GetRootPath (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data_helper.cpp122 CreateDirIfNotExist(GetRootPath(), MODE); in Pack()
123 std::string filePath = GetRootPath() + std::to_string(now) + TEMP_UNIFIED_DATA_SUFFIX; in Pack()
210 std::string UnifiedDataHelper::GetRootPath() in GetRootPath() function in OHOS::UDMF::UnifiedDataHelper
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data_helper.h37 static std::string GetRootPath();
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_cleaner.h41 int GetRootPath(std::vector<std::string> &rootPath);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp78 if (GetRootPath(rootDir) != RESULT_OK) { in ClearTempData()
124 int ApplicationCleaner::GetRootPath(std::vector<std::string> &rootPath) in GetRootPath() function in OHOS::AppExecFwk::ApplicationCleaner
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_data_helper_test.cpp155 * @tc.desc: Abnormal testcase of GetRootPath, the rootPath_ is nullptr
163 std::string ret = unifiedDataHelper.GetRootPath(); in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h148 std::string GetRootPath(const std::string &package) const;
H A Doptions.cpp708 std::string Options::GetRootPath(const std::string &package) const in GetRootPath() function in OHOS::Idl::Options

Completed in 4 milliseconds