Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A 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()
H A Dfile_path.cpp47 FilePath::FilePath() in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath
50 FilePath::FilePath(const FilePath &that) : path_(that.path_) in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath
53 FilePath::FilePath(const std::string &path) : path_(path) in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath
H A Dzip.cpp181 std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles) in GetZipsAllRelativeFilesInner()
204 void GetZipsAllRelativeFiles(const ZipParams &params, std::vector<std::pair<FilePath, FilePath>> &a… in GetZipsAllRelativeFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip.h75 void SetFilesTozip(const std::vector<std::pair<FilePath, FilePath>> &srcRelativePaths) in SetFilesTozip()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp119 bool DataStorageHelper::ParseFastSuspendDozeTime(const std::string &FilePath, int &time) in ParseFastSuspendDozeTime()