Searched refs:entry_path (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | zip.cc | 39 const base::FilePath& entry_path) { in CreateDirectory() argument 40 return base::CreateDirectory(extract_dir.Append(entry_path)); in CreateDirectory() 46 const base::FilePath& entry_path) { in CreateFilePathWriterDelegate() argument 48 extract_dir.Append(entry_path)); in CreateFilePathWriterDelegate() 132 const base::FilePath& entry_path = iter->path; in Zip() local 134 ((!params.include_hidden_files() && IsHiddenFile(entry_path)) || in Zip() 135 (filter_callback && !filter_callback.Run(entry_path)))) { in Zip() 143 params.src_dir().AppendRelativePath(entry_path, &relative_path); in Zip() 150 params.file_accessor()->ListDirectoryContent(entry_path); in Zip() 211 const base::FilePath& entry_path = reader.current_entry_info()->file_path(); in UnzipWithFilterAndWriters() local [all …]
|
D | zip_unittest.cc | 382 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) { in TEST_F() argument 383 return base::CreateDirectory(extract_dir.Append(entry_path)); in TEST_F() 387 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) in TEST_F() 390 extract_dir.Append(entry_path)); in TEST_F()
|
/third_party/node/deps/zlib/google/ |
D | zip.cc | 39 const base::FilePath& entry_path) { in CreateDirectory() argument 40 return base::CreateDirectory(extract_dir.Append(entry_path)); in CreateDirectory() 46 const base::FilePath& entry_path) { in CreateFilePathWriterDelegate() argument 48 extract_dir.Append(entry_path)); in CreateFilePathWriterDelegate() 132 const base::FilePath& entry_path = iter->path; in Zip() local 134 ((!params.include_hidden_files() && IsHiddenFile(entry_path)) || in Zip() 135 (filter_callback && !filter_callback.Run(entry_path)))) { in Zip() 143 params.src_dir().AppendRelativePath(entry_path, &relative_path); in Zip() 150 params.file_accessor()->ListDirectoryContent(entry_path); in Zip() 211 const base::FilePath& entry_path = reader.current_entry_info()->file_path(); in UnzipWithFilterAndWriters() local [all …]
|
D | zip_unittest.cc | 382 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) { in TEST_F() argument 383 return base::CreateDirectory(extract_dir.Append(entry_path)); in TEST_F() 387 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) in TEST_F() 390 extract_dir.Append(entry_path)); in TEST_F()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip.cc | 39 const base::FilePath& entry_path) { in CreateDirectory() argument 40 return base::CreateDirectory(extract_dir.Append(entry_path)); in CreateDirectory() 46 const base::FilePath& entry_path) { in CreateFilePathWriterDelegate() argument 48 extract_dir.Append(entry_path)); in CreateFilePathWriterDelegate() 132 const base::FilePath& entry_path = iter->path; in Zip() local 134 ((!params.include_hidden_files() && IsHiddenFile(entry_path)) || in Zip() 135 (filter_callback && !filter_callback.Run(entry_path)))) { in Zip() 143 params.src_dir().AppendRelativePath(entry_path, &relative_path); in Zip() 150 params.file_accessor()->ListDirectoryContent(entry_path); in Zip() 211 const base::FilePath& entry_path = reader.current_entry_info()->file_path(); in UnzipWithFilterAndWriters() local [all …]
|
D | zip_unittest.cc | 383 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) { in TEST_F() argument 384 return base::CreateDirectory(extract_dir.Append(entry_path)); in TEST_F() 388 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) in TEST_F() 391 extract_dir.Append(entry_path)); in TEST_F()
|
/third_party/gn/src/gn/ |
D | visual_studio_utils.cc | 21 std::string MakeGuid(const std::string& entry_path, const std::string& seed) { in MakeGuid() argument 22 std::string str = base::ToUpperASCII(base::MD5String(seed + entry_path)); in MakeGuid()
|
D | visual_studio_utils.h | 42 std::string MakeGuid(const std::string& entry_path, const std::string& seed);
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
D | generate_geocoding_data.cc | 126 const string entry_path = path + "/" + entry->d_name; in ListDirectory() local 127 if (stat(entry_path.c_str(), &entry_stat)) { in ListDirectory()
|