Searched refs:allRelativeFiles (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip.cpp | 134 std::vector<std::pair<FilePath, FilePath>> allRelativeFiles; in Zip() local 138 filesToAdd = &allRelativeFiles; in Zip() 152 allRelativeFiles.push_back(std::make_pair(relativePath, iter->path)); in Zip() 163 allRelativeFiles.push_back(std::make_pair(paramPath.BaseName(), paramPath)); in Zip() 181 std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles) in GetZipsAllRelativeFilesInner() 193 allRelativeFiles.push_back(std::make_pair(relativePath, iter->path)); in GetZipsAllRelativeFilesInner() 204 void GetZipsAllRelativeFiles(const ZipParams ¶ms, std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles, in GetZipsAllRelativeFiles() argument 211 allRelativeFiles.push_back(std::make_pair(paramPath.BaseName(), paramPath)); in GetZipsAllRelativeFiles() 216 GetZipsAllRelativeFilesInner(params, *iterPath, entries, allRelativeFiles); in GetZipsAllRelativeFiles() 223 std::vector<std::pair<FilePath, FilePath>> allRelativeFiles; in Zips() local 179 GetZipsAllRelativeFilesInner(const ZipParams ¶ms, const FilePath &iterPath, std::list<FileAccessor::DirectoryContentEntry> &entries, std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles) GetZipsAllRelativeFilesInner() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | cj_zip.cpp | 124 std::vector<std::pair<FilePath, FilePath>> allRelativeFiles; in Zip() local 128 filesToAdd = &allRelativeFiles; in Zip() 142 allRelativeFiles.push_back(std::make_pair(relativePath, iter->path)); in Zip() 153 allRelativeFiles.push_back(std::make_pair(paramPath.BaseName(), paramPath)); in Zip()
|
Completed in 2 milliseconds