Searched defs:FilePath (Results 1 – 5 of 5) sorted by relevance
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()
47 FilePath::FilePath() in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath50 FilePath::FilePath(const FilePath &that) : path_(that.path_) in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath53 FilePath::FilePath(const std::string &path) : path_(path) in FilePath() function in OHOS::AppExecFwk::LIBZIP::FilePath
181 std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles) in GetZipsAllRelativeFilesInner()204 void GetZipsAllRelativeFiles(const ZipParams ¶ms, std::vector<std::pair<FilePath, FilePath>> &a… in GetZipsAllRelativeFiles()
75 void SetFilesTozip(const std::vector<std::pair<FilePath, FilePath>> &srcRelativePaths) in SetFilesTozip()
119 bool DataStorageHelper::ParseFastSuspendDozeTime(const std::string &FilePath, int &time) in ParseFastSuspendDozeTime()