Home
last modified time | relevance | path

Searched refs:AppendRelativePath (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dcomponent_extension_resource_manager.cc46 !resources_dir.AppendRelativePath(directory_path, &relative_path)) { in IsComponentExtensionResource()
/third_party/gn/src/base/files/
Dfile_path.h232 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
Dfile_path.cc250 return AppendRelativePath(child, nullptr); in IsParent()
253 bool FilePath::AppendRelativePath(const FilePath& child, FilePath* path) const { in AppendRelativePath() function in base::FilePath
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip.cc143 params.src_dir().AppendRelativePath(entry_path, &relative_path); in Zip()
Dzip_unittest.cc211 test_dir_.AppendRelativePath(unzipped_entry_path, &relative_path); in TestUnzipFile()
/third_party/node/deps/zlib/google/
Dzip.cc143 params.src_dir().AppendRelativePath(entry_path, &relative_path); in Zip()
Dzip_unittest.cc211 test_dir_.AppendRelativePath(unzipped_entry_path, &relative_path); in TestUnzipFile()
/third_party/skia/third_party/externals/zlib/google/
Dzip.cc143 params.src_dir().AppendRelativePath(entry_path, &relative_path); in Zip()
Dzip_unittest.cc212 test_dir_.AppendRelativePath(unzipped_entry_path, &relative_path); in TestUnzipFile()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp165953 virtual nsresult AppendRelativePath(const nsAString & relativeFilePath) = 0;