Home
last modified time | relevance | path

Searched defs:pkPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dtar_file_test.cpp102 string pkPath = ""; variable
148 string pkPath = root; variable
185 string pkPath = root; variable
217 string pkPath = "/data/storage/el2/backup/backup"; variable
261 string pkPath = root; variable
308 string pkPath = root; variable
358 string pkPath = root; variable
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp54 …Packet(const vector<string> &srcFiles, const string &tarFileName, const string &pkPath, TarMap &ta… in Packet()