Home
last modified time | relevance | path

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

12345

/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/uboot/u-boot-2020.01/cmd/
Dsysboot.c11 static int do_get_ext2(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_ext2()
24 static int do_get_fat(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_fat()
37 static int do_get_any(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_any()
/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
218 base::FilePath file_path = in BasicStartupComplete() local
227 base::FilePath file_path = in BasicStartupComplete() 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/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/modules/skparagraph/utils/
DTestFontCollection.cpp23 SkString file_path; in TestFontCollection() local
/third_party/boost/boost/iostreams/detail/
Dpath.hpp141 void init(std::string const& file_path) in init()
148 void init(std::wstring const& file_path) in init()
/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/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/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.h52 std::string file_path; member
/third_party/cef/libcef/common/net/
Dupload_data.cc23 void UploadData::AppendFileRange(const base::FilePath& file_path, in AppendFileRange()
/third_party/boost/libs/compute/test/
Dtest_program.cpp136 std::string file_path(BOOST_COMPUTE_TEST_DATA_PATH); in BOOST_AUTO_TEST_CASE() local
164 std::string file_path(BOOST_COMPUTE_TEST_DATA_PATH); in BOOST_AUTO_TEST_CASE() local
396 std::string file_path(BOOST_COMPUTE_TEST_DATA_PATH "/invalid_program.cl"); in BOOST_AUTO_TEST_CASE() local
/third_party/skia/modules/skparagraph/utils/
DTestFontCollection.cpp40 SkString file_path; in addFontFromFile() local
/third_party/gn/src/gn/
Dfunction_read_file.cc60 base::FilePath file_path = in RunReadFile() local
Dfunction_write_file.cc96 base::FilePath file_path = in RunWriteFile() 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/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.cc84 const char* TestUtils::Extension(const char* file_path) { in Extension()
/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/cef/libcef/common/
Dapp_manager.cc95 static wchar_t file_path[MAX_PATH + 1] = {0}; in GetResourceDllName() local
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dtxt_test_utils.cc68 std::stringstream file_path; in RegisterFontsFromPath() local

12345