Searched refs:rootPath_ (Results 1 - 12 of 12) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_data_helper.cpp | 37 std::string UnifiedDataHelper::rootPath_ = ""; member in OHOS::UDMF::UnifiedDataHelper 41 rootPath_ = rootPath; in SetRootPath() 212 if (rootPath_ == "") { in GetRootPath() 215 return rootPath_; in GetRootPath()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | untar_file.cpp | 249 rootPath_ = rootPath; in ParseTarFile() 299 rootPath_ = rootPath; in ParseIncrementalTarFile() 332 HILOGD("untar file: %{public}s, rootPath: %{public}s", GetAnonyPath(info.fullPath).c_str(), rootPath_.c_str()); in ParseFileByTypeFlag() 338 info.fullPath = GenRealPath(rootPath_, info.fullPath); in ParseFileByTypeFlag() 349 info.fullPath = GenRealPath(rootPath_, info.fullPath); in ParseFileByTypeFlag() 389 info.fullPath = GenRealPath(rootPath_, info.fullPath); in DealFileTag() 403 HILOGD("untar file: %{public}s, rootPath: %{public}s", GetAnonyPath(info.fullPath).c_str(), rootPath_.c_str()); in ParseIncrementalFileByTypeFlag() 419 info.fullPath = GenRealPath(rootPath_, info.fullPath); in ParseIncrementalFileByTypeFlag()
|
H A D | tar_file.cpp | 76 rootPath_ = filePath; in Packet() 77 if (!TraversalFile(rootPath_, err)) { in Packet()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | unified_data_helper.h | 40 static std::string rootPath_; member in OHOS::UDMF::UnifiedDataHelper
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | untar_file_sup_test.cpp | 41 UntarFile::GetInstance().rootPath_.clear(); in ClearCache() 52 TarFile::GetInstance().rootPath_.clear(); in ClearCache() 228 UntarFile::GetInstance().rootPath_ = "rootPath"; in HWTEST_F()
|
H A D | untar_file_test.cpp | 48 UntarFile::GetInstance().rootPath_.clear(); in ClearCache() 59 TarFile::GetInstance().rootPath_.clear(); in ClearCache()
|
H A D | tar_file_test.cpp | 50 TarFile::GetInstance().rootPath_.clear(); in ClearCache()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_config.h | 43 std::string rootPath_; member in OHOS::Rosen::TextEngine::FontConfig
|
H A D | font_config.cpp | 117 fontSet_.emplace_back(rootPath_ + std::string(item->valuestring)); in ParseFont() 136 rootPath_.assign(rootPath.substr(0, idx) + "/"); in ParseConfig()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | unified_data_helper_test.cpp | 155 * @tc.desc: Abnormal testcase of GetRootPath, the rootPath_ is nullptr 162 unifiedDataHelper.rootPath_ = ""; in HWTEST_F()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | untar_file.h | 195 std::string rootPath_ {};
|
H A D | tar_file.h | 222 std::string rootPath_ {};
|
Completed in 8 milliseconds