Home
last modified time | relevance | path

Searched refs:GetRootPath (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data_helper.h36 static std::string GetRootPath();
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_cleaner.h41 int GetRootPath(std::vector<std::string> &rootPath);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp82 if (GetRootPath(rootDir) != RESULT_OK) { in ClearTempData()
128 int ApplicationCleaner::GetRootPath(std::vector<std::string> &rootPath) in GetRootPath() function in OHOS::AppExecFwk::ApplicationCleaner
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_storage.h38 int32_t GetRootPath(uint32_t store, char *rootPath, uint32_t pathLen);
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_storage.c28 int32_t GetRootPath(uint32_t store, char *rootPath, uint32_t pathLen) in GetRootPath() function
65 int32_t ret = GetRootPath(store, rootPath, CERT_MAX_PATH_LEN); in ConstructUserIdPath()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.h105 std::string GetRootPath(const std::string &package) const;
H A Doptions.cpp318 std::string Options::GetRootPath(const std::string &package) const in GetRootPath() function in OHOS::HDI::Options
/ohos5.0/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