Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 25 of 121) 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/flatbuffers/src/
Dutil.cpp135 std::string StripExtension(const std::string &filepath) { in StripExtension()
140 std::string GetExtension(const std::string &filepath) { in GetExtension()
145 std::string StripPath(const std::string &filepath) { in StripPath()
150 std::string StripFileName(const std::string &filepath) { in StripFileName()
157 std::string filepath = path; in ConCatPathFileName() local
180 void EnsureDirExists(const std::string &filepath) { in EnsureDirExists()
193 std::string AbsolutePath(const std::string &filepath) { in AbsolutePath()
/third_party/boost/libs/nowide/test/
Dtest_fstream.cpp22 void make_empty_file(const char* filepath) in make_empty_file()
28 bool file_exists(const char* filepath) in file_exists()
39 std::string read_file(const char* filepath, bool binary_mode = false) in read_file()
51 void test_with_different_buffer_sizes(const char* filepath) in test_with_different_buffer_sizes()
148 void test_close(const char* filepath) in test_close()
173 void test_flush(const char* filepath) in test_flush()
/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/boost/libs/wave/test/testwave/
Dtestwave.cpp187 fs::path filepath = in main() local
242 fs::path filepath(boost::wave::util::create_path((*arg).value[0])); in main() local
/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/flutter/skia/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
/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/grpc/examples/python/auth/
D_credentials.py23 def _load_credential_from_file(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/node/deps/npm/node_modules/unique-filename/
Dindex.js6 module.exports = function (filepath, prefix, uniq) { argument
/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
/third_party/skia/third_party/externals/freetype/tests/issue-1063/
Dmain.c21 char filepath[FILENAME_MAX]; in main() local
/third_party/node/test/pummel/
Dtest-fs-largefile.js32 const filepath = path.join(tmpdir.path, 'large.txt'); constant
/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/e2fsprogs/util/
Dlibecho.c43 char filepath[256]; in echo_files() local

12345