Home
last modified time | relevance | path

Searched refs:allRelativeFiles (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp134 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 &params, 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 &params, 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 Dcj_zip.cpp124 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