Searched defs:FilePath (Results 1 – 6 of 6) sorted by relevance
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
| D | zip_writer.cpp | 156 bool ZipWriter::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS… in WriteEntries() 161 bool ZipWriter::AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &… in AddEntries()
|
| D | file_path.cpp | 46 FilePath::FilePath() in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath 49 FilePath::FilePath(const FilePath &that) : path_(that.path_) in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath 52 FilePath::FilePath(const std::string &path) : path_(path) in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath
|
| D | zip.cpp | 182 std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles) in GetZipsAllRelativeFilesInner() 205 void GetZipsAllRelativeFiles(const ZipParams ¶ms, std::vector<std::pair<FilePath, FilePath>> &a… in GetZipsAllRelativeFiles()
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
| D | zip.h | 77 void SetFilesTozip(const std::vector<std::pair<FilePath, FilePath>> &srcRelativePaths) in SetFilesTozip()
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
| D | cj_zip.cpp | 334 std::vector<std::pair<FilePath, FilePath>>& allRelativeFiles) in GetZipsAllRelativeFilesInner() 357 void GetZipsAllRelativeFiles(const ZipParams& params, std::vector<std::pair<FilePath, FilePath>>& a… in GetZipsAllRelativeFiles()
|
| /foundation/resourceschedule/background_task_mgr/services/common/src/ |
| D | data_storage_helper.cpp | 151 bool DataStorageHelper::ParseFastSuspendDozeTime(const std::string &FilePath, int &time) in ParseFastSuspendDozeTime()
|