Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/flutter/skia/tools/
Dsanitize_source_files.py85 def TrailingWhitespaceRemover(line, file_path, line_number): argument
93 def CrlfReplacer(line, file_path, line_number): argument
100 def TabReplacer(line, file_path, line_number): argument
117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
126 def SvnEOLChecker(file_content, file_path): argument
/third_party/skia/tools/
Dsanitize_source_files.py87 def TrailingWhitespaceRemover(line, file_path, line_number): argument
95 def CrlfReplacer(line, file_path, line_number): argument
102 def TabReplacer(line, file_path, line_number): argument
119 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
128 def SvnEOLChecker(file_content, file_path): argument
/third_party/libxml2/
Dgenerate_header.py33 def parse_file(self, file_path): argument
66 def write_file(self, file_path): argument
79 def parse_file(self, file_path): argument
100 def write_file(self, file_path): argument
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc117 base::FilePath file_path = in BasicStartupComplete() local
133 base::FilePath file_path = in BasicStartupComplete() local
140 base::FilePath file_path = in BasicStartupComplete() local
220 base::FilePath file_path = in BasicStartupComplete() local
229 base::FilePath file_path = in BasicStartupComplete() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DOccurance.java19 private String file_path; field in Occurance
26 Occurance (String file_name, String file_path, int line_number) { in Occurance()
/third_party/gn/src/gn/
Dfile_writer.cc24 bool FileWriter::Create(const base::FilePath& file_path) { in Create()
77 bool FileWriter::Create(const base::FilePath& file_path) { in Create()
Dfile_writer_unittest.cc19 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local
35 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local
Dstring_output_buffer.cc84 bool StringOutputBuffer::WriteToFile(const base::FilePath& file_path, in WriteToFile()
119 bool StringOutputBuffer::WriteToFileIfChanged(const base::FilePath& file_path, in WriteToFileIfChanged()
Dstring_output_buffer_unittest.cc91 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local
122 base::FilePath file_path = in TEST() local
Dfunction_read_file.cc60 base::FilePath file_path = in RunReadFile() local
Dfunction_write_file.cc99 base::FilePath file_path = in RunWriteFile() local
/third_party/json/third_party/amalgamate/
Damalgamate.py46 def actual_path(self, file_path): argument
53 def find_included_file(self, file_path, source_dir): argument
254 def __init__(self, file_path, amalgamation, is_root): argument
/third_party/typescript/tests/ts_extra_tests/tool/
Dtest_helper.py92 def get_disable_list(file_path): argument
103 def is_disable_case(file_path, disable_list): argument
/third_party/skia/buildtools/checkdeps/
Dcpp_checker.py118 def IsCppFile(file_path): argument
124 def ShouldCheck(self, file_path): argument
Dproto_checker.py112 def IsProtoFile(file_path): argument
118 def ShouldCheck(self, file_path): argument
/third_party/cef/libcef/browser/
Dpath_util_impl.cc50 base::FilePath file_path; in CefGetPath() local
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip.cc25 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile()
29 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { in ExcludeNoFilesFilter()
33 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { in ExcludeHiddenFilesFilter()
/third_party/node/deps/zlib/google/
Dzip.cc25 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile()
29 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { in ExcludeNoFilesFilter()
33 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { in ExcludeHiddenFilesFilter()
/third_party/skia/third_party/externals/zlib/google/
Dzip.cc25 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile()
29 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { in ExcludeNoFilesFilter()
33 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { in ExcludeHiddenFilesFilter()
/third_party/flutter/skia/modules/skparagraph/utils/
DTestFontCollection.cpp23 SkString file_path; in TestFontCollection() local
/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.h52 std::string file_path; member
/third_party/skia/modules/skparagraph/utils/
DTestFontCollection.cpp40 SkString file_path; in addFontFromFile() local
/third_party/flutter/engine/flutter/fml/
Dfile.cc17 const char* file_path = components[index].c_str(); in CreateDirectory() local
/third_party/flutter/engine/flutter/fml/platform/posix/
Dpaths_posix.cc54 std::string file_path = uri.substr(kFileURLPrefixLength); in FromURI() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.cc84 const char* TestUtils::Extension(const char* file_path) { in Extension()

1234