Home
last modified time | relevance | path

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

123

/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/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()
Dfunction_read_file.cc60 base::FilePath file_path = in RunReadFile() local
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_write_file.cc99 base::FilePath file_path = in RunWriteFile() local
Dqt_creator_writer.cc113 const std::string& file_path = in AddToSources() local
273 const base::FilePath file_path = project_prefix_.AddExtension(suffix); in GenerateFile() local
/third_party/typescript/tests/ts_extra_tests/tool/
Dtest_helper.py92 def get_disable_list(file_path): argument
104 def is_disabled_case(file_path, disable_list): argument
/third_party/json/tools/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/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/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()
Dzip_reader.h84 const base::FilePath& file_path() const { return file_path_; } in file_path() function
/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/musl/Benchmark/scripts/
Dcompare_benchmark_result.py53 def read_file(self, file_path, is_before): argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.cc84 const char* TestUtils::Extension(const char* file_path) { in Extension()
/third_party/node/deps/v8/src/torque/
Dkythe-data.h18 std::string file_path; member
/third_party/ltp/testcases/kernel/syscalls/faccessat/
Dfaccessat01.c35 static char *file_path; variable
/third_party/gn/src/base/files/
Dfile_util_win.cc194 char16_t file_path[MAX_PATH]; in MakeAbsoluteFilePath() local
482 bool IsLink(const FilePath& file_path) { in IsLink()
486 bool GetFileInfo(const FilePath& file_path, File::Info* results) { in GetFileInfo()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dfile_input_stream.cc155 bool FileInputStream::Open(const char* file_path) { in Open()
/third_party/musl/tools/api_cmp_tool/
Dcompare.py92 def get_info_from_file(file_path): argument

123