Home
last modified time | relevance | path

Searched refs:absolute_paths (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_writer.cc154 std::vector<base::FilePath> absolute_paths; in FlushEntriesIfNeeded() local
160 absolute_paths.push_back(root_dir_.Append(*iter)); in FlushEntriesIfNeeded()
169 file_accessor_->OpenFilesForReading(absolute_paths); in FlushEntriesIfNeeded()
173 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded()
/third_party/node/deps/zlib/google/
Dzip_writer.cc154 std::vector<base::FilePath> absolute_paths; in FlushEntriesIfNeeded() local
160 absolute_paths.push_back(root_dir_.Append(*iter)); in FlushEntriesIfNeeded()
169 file_accessor_->OpenFilesForReading(absolute_paths); in FlushEntriesIfNeeded()
173 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded()
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc155 std::vector<base::FilePath> absolute_paths; in FlushEntriesIfNeeded() local
161 absolute_paths.push_back(root_dir_.Append(*iter)); in FlushEntriesIfNeeded()
170 file_accessor_->OpenFilesForReading(absolute_paths); in FlushEntriesIfNeeded()
174 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded()
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
D__main__.py248 absolute_paths = pyglob.glob(os.path.join(self.src_dir, pattern))
250 relative_paths = [v[len(self.src_dir)+1:] for v in sorted(absolute_paths)]
/third_party/icu/icu4c/source/python/icutools/databuilder/
D__main__.py248 absolute_paths = pyglob.glob(os.path.join(self.src_dir, pattern))
250 relative_paths = [v[len(self.src_dir)+1:] for v in sorted(absolute_paths)]