Home
last modified time | relevance | path

Searched refs:rootPath_ (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data_helper.cpp37 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 Duntar_file.cpp249 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 Dtar_file.cpp76 rootPath_ = filePath; in Packet()
77 if (!TraversalFile(rootPath_, err)) { in Packet()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data_helper.h40 static std::string rootPath_; member in OHOS::UDMF::UnifiedDataHelper
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Duntar_file_sup_test.cpp41 UntarFile::GetInstance().rootPath_.clear(); in ClearCache()
52 TarFile::GetInstance().rootPath_.clear(); in ClearCache()
228 UntarFile::GetInstance().rootPath_ = "rootPath"; in HWTEST_F()
H A Duntar_file_test.cpp48 UntarFile::GetInstance().rootPath_.clear(); in ClearCache()
59 TarFile::GetInstance().rootPath_.clear(); in ClearCache()
H A Dtar_file_test.cpp50 TarFile::GetInstance().rootPath_.clear(); in ClearCache()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h43 std::string rootPath_; member in OHOS::Rosen::TextEngine::FontConfig
H A Dfont_config.cpp117 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 Dunified_data_helper_test.cpp155 * @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 Duntar_file.h195 std::string rootPath_ {};
H A Dtar_file.h222 std::string rootPath_ {};

Completed in 8 milliseconds