Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/mbedtls/tests/scripts/
Dcheck_files.py64 def normalize_path(filepath): argument
74 def should_check_file(self, filepath): argument
88 def check_file_for_issue(self, filepath): argument
95 def record_issue(self, filepath, line_number): argument
135 def issue_with_line(self, line, filepath): argument
142 def check_file_line(self, filepath, line, line_number): argument
146 def check_file_for_issue(self, filepath): argument
156 def is_windows_file(filepath): argument
172 def check_file_for_issue(self, filepath): argument
200 def is_valid_shebang(self, first_line, filepath): argument
[all …]
/third_party/skia/buildtools/checkdeps/
Djava_checker.py52 def _GetClassFullName(self, filepath): argument
116 def _PrescanFile(self, filepath, added_classset): argument
138 def CheckLine(self, rules, line, filepath, fail_on_temp_allow=False): argument
165 def CheckFile(self, rules, filepath): argument
182 def IsJavaFile(filepath): argument
/third_party/flutter/skia/tools/copyright/
Dmain.py85 def ReadFileIntoString(filepath): argument
92 def WriteStringToFile(string, filepath): argument
/third_party/skia/tools/copyright/
Dmain.py92 def ReadFileIntoString(filepath): argument
100 def WriteStringToFile(string, filepath): argument
/third_party/googletest/googletest/test/
Dgtest_premature_exit_test.cc49 static bool FileExists(const char* filepath) { in FileExists()
115 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
/third_party/python/Tools/tz/
Dzdump.py76 filepath = sys.argv[1] variable
78 filepath = os.path.join('/usr/share/zoneinfo', filepath) variable
/third_party/skia/tools/viewer/
DBisectSlide.cpp16 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()
37 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
/third_party/flutter/skia/tools/viewer/
DBisectSlide.cpp21 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()
58 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dfix-owner.js35 function fixOwner (cache, filepath) { argument
67 function fixOwnerSync (cache, filepath) { argument
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c131 int read_file(char *filepath, int action, unsigned int *value) in read_file()
183 int read_shares_file(char *filepath) in read_shares_file()
/third_party/flutter/skia/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
/third_party/skia/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
/third_party/lz4/contrib/meson/meson/
DGetLz4LibraryVersion.py13 def find_version_tuple(filepath): argument
/third_party/node/deps/npm/node_modules/unique-filename/
Dindex.js6 module.exports = function (filepath, prefix, uniq) { argument
/third_party/node/test/sequential/
Dtest-fs-watch.js55 const filepath = path.join(testDir, 'watch.txt'); constant
96 const filepath = path.join(testsubdir, 'newfile.txt'); constant
/third_party/node/test/parallel/
Dtest-fs-read-zero-length.js6 const filepath = fixtures.path('x.txt'); constant
Dtest-file-write-stream4.js13 const filepath = path.join(tmpdir.path, 'write_pos.txt'); constant
Dtest-fs-readv-promisify.js8 const filepath = fixtures.path('x.txt'); constant
Dtest-fs-read-promises-optional-params.js8 const filepath = fixtures.path('x.txt'); constant
Dtest-fs-read-offset-null.js12 const filepath = fixtures.path('x.txt'); constant
/third_party/freetype/tests/issue-1063/
Dmain.c21 char filepath[FILENAME_MAX]; in main() local
/third_party/skia/third_party/externals/freetype/tests/issue-1063/
Dmain.c21 char filepath[FILENAME_MAX]; in main() local
/third_party/libsnd/regtest/
Ddatabase.c172 db_add_file (REG_DB * db_handle, const char * filepath) in db_add_file()
222 db_check_file (REG_DB * db_handle, const char * filepath) in db_check_file()
285 get_ekey_from_filename (REGTEST_DB * db, const char *filepath) in get_ekey_from_filename()
428 get_filename_pathname (REGTEST_DB * db, const char *filepath) in get_filename_pathname()
/third_party/node/test/pummel/
Dtest-fs-largefile.js32 const filepath = path.join(tmpdir.path, 'large.txt'); constant
Dtest-fs-watch-non-recursive.js37 const filepath = path.join(testsubdir, 'watch.txt'); constant

12345