Home
last modified time | relevance | path

Searched defs:FilePath (Results 1 – 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dzip_writer.cpp156 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()
Dfile_path.cpp46 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
Dzip.cpp182 std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles) in GetZipsAllRelativeFilesInner()
205 void GetZipsAllRelativeFiles(const ZipParams &params, std::vector<std::pair<FilePath, FilePath>> &a… in GetZipsAllRelativeFiles()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
Dzip.h77 void SetFilesTozip(const std::vector<std::pair<FilePath, FilePath>> &srcRelativePaths) in SetFilesTozip()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
Dcj_zip.cpp334 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/
Ddata_storage_helper.cpp151 bool DataStorageHelper::ParseFastSuspendDozeTime(const std::string &FilePath, int &time) in ParseFastSuspendDozeTime()