Home
last modified time | relevance | path

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

1234

/third_party/mbedtls/tests/scripts/
Dcheck_files.py67 def normalize_path(filepath): argument
77 def should_check_file(self, filepath): argument
91 def check_file_for_issue(self, filepath): argument
98 def record_issue(self, filepath, line_number): argument
139 def issue_with_line(self, line, filepath, line_number): argument
146 def check_file_line(self, filepath, line, line_number): argument
150 def check_file_for_issue(self, filepath): argument
160 def is_windows_file(filepath): argument
176 def check_file_for_issue(self, filepath): argument
204 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/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()
117 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/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/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/lib/
Dindex.js5 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-stat-date.mjs16 const filepath = path.resolve(tmpdir.path, 'timestamp'); constant
Dtest-fs-read-optional-params.js7 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
Dtest-fs-read-empty-buffer.js7 const filepath = fixtures.path('x.txt'); constant
/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.js34 const filepath = path.join(tmpdir.path, 'large.txt'); constant
Dtest-fs-watch-non-recursive.js37 const filepath = path.join(testsubdir, 'watch.txt'); constant
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dhugepage.h137 void *alloc_filebacked_hugepage(char *filepath, int size, int private, int *fd) in alloc_filebacked_hugepage()
177 int free_filebacked_hugepage(void *addr, int size, int fd, char *filepath) in free_filebacked_hugepage()
/third_party/node/benchmark/
Dscatter.js24 const filepath = path.resolve(cli.items[0]); constant

1234