Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dtar_file_test.cpp102 string pkPath = ""; in HWTEST_F() local
107 bool ret = TarFile::GetInstance().Packet(srcFiles, tarFileName, pkPath, tarMap, reportCb); in HWTEST_F()
113 pkPath = root; in HWTEST_F()
114 ret = TarFile::GetInstance().Packet(srcFiles, tarFileName, pkPath, tarMap, reportCb); in HWTEST_F()
148 string pkPath = root; in HWTEST_F() local
152 bool ret = TarFile::GetInstance().Packet(srcFiles, tarFileName, pkPath, tarMap, reportCb); in HWTEST_F()
185 string pkPath = root; in HWTEST_F() local
191 bool ret = TarFile::GetInstance().Packet(srcFiles, tarFileName, pkPath, tarMap, reportCb); in HWTEST_F()
217 string pkPath = "/data/storage/el2/backup/backup"; in HWTEST_F() local
222 bool ret = TarFile::GetInstance().Packet(srcFiles, tarFileName, pkPath, tarMa in HWTEST_F()
261 string pkPath = root; HWTEST_F() local
308 string pkPath = root; HWTEST_F() local
358 string pkPath = root; HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp55 bool TarFile::Packet(const vector<string> &srcFiles, const string &tarFileName, const string &pkPath, TarMap &tarMap, in Packet() argument
58 if (tarFileName.empty() || pkPath.empty()) { in Packet()
65 packagePath_ = pkPath; in Packet()
66 if (pkPath[pkPath.length() - 1] == '/') { in Packet()
100 HILOGI("End Packet files, pkPath is:%{public}s", pkPath.c_str()); in Packet()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h88 const std::string &pkPath,

Completed in 2 milliseconds