Searched refs:relativePath (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/ |
H A D | zip_writer.cpp | 118 std::string relativePath = item.second; // second:relativePath in FlushItems() local 119 DUMPER_HILOGD(MODULE_COMMON, "FlushItems debug|relativePath=[%{public}s], absolutePath=[%{public}s]", in FlushItems() 120 relativePath.c_str(), absolutePath.c_str()); in FlushItems() 122 if (!AddFileEntryToZip(zipFile_, relativePath, absolutePath)) { in FlushItems() 231 bool ZipWriter::AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolutePath) in AddFileEntryToZip() argument 233 DUMPER_HILOGD(MODULE_COMMON, "AddFileEntryToZip enter|relativePath=[%{public}s], absolutePath=[%{public}s]", in AddFileEntryToZip() 234 relativePath.c_str(), absolutePath.c_str()); in AddFileEntryToZip() 236 if (!OpenNewFileEntry(zip_file, relativePath)) { in AddFileEntryToZip()
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/ |
H A D | zip_writer.h | 33 // zipItems: first:absolutePath, second:relativePath 44 static bool AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolutePath);
|
/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_manager_test.cpp | 302 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath, in MountDfsDocs() argument 313 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath, in UMountDfsDocs() argument
|
/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test_extent.cpp | 1080 const std::string relativePath = "../log/copy.txt"; in HWTEST_F() local 1081 IsLegalPath(relativePath); in HWTEST_F()
|
Completed in 6 milliseconds