Home
last modified time | relevance | path

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

1234

/third_party/mbedtls/tests/scripts/
Dcheck_files.py56 def normalize_path(filepath): argument
66 def should_check_file(self, filepath): argument
80 def check_file_for_issue(self, filepath): argument
87 def record_issue(self, filepath, line_number): argument
129 def issue_with_line(self, line, filepath, line_number): argument
136 def check_file_line(self, filepath, line, line_number): argument
140 def check_file_for_issue(self, filepath): argument
150 def is_windows_file(filepath): argument
178 def is_valid_shebang(self, first_line, filepath): argument
189 def check_file_for_issue(self, 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.cpp269 std::string StripExtension(const std::string &filepath) { in StripExtension()
274 std::string GetExtension(const std::string &filepath) { in GetExtension()
279 std::string StripPath(const std::string &filepath) { in StripPath()
284 std::string StripFileName(const std::string &filepath) { in StripFileName()
289 std::string StripPrefix(const std::string &filepath, in StripPrefix()
300 std::string filepath = path; in ConCatPathFileName() local
326 void EnsureDirExists(const std::string &filepath) { in EnsureDirExists()
343 std::string AbsolutePath(const std::string &filepath) { in AbsolutePath()
369 const std::string &filepath) { in RelativeToRootPath()
/third_party/grpc/test/cpp/util/windows/
Dmanifest_file.cc36 std::string NormalizeFilePath(const std::string& filepath) { in NormalizeFilePath()
40 ManifestFile::ManifestFile(const std::string& filepath) in ManifestFile()
/third_party/skia/tools/copyright/
Dmain.py92 def ReadFileIntoString(filepath): argument
100 def WriteStringToFile(string, filepath): argument
Dfileparser.py11 def CreateParser(filepath): argument
/third_party/skia/m133/tools/copyright/
Dmain.py92 def ReadFileIntoString(filepath): argument
100 def WriteStringToFile(string, filepath): argument
Dfileparser.py11 def CreateParser(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/skia/m133/tools/viewer/
DBisectSlide.cpp20 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()
41 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
/third_party/lz4/build/meson/
DGetLz4LibraryVersion.py13 def find_version_tuple(filepath): argument
/third_party/skia/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, 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/grpc/examples/python/auth/
D_credentials.py19 def _load_credential_from_file(filepath): argument
/third_party/python/Lib/lib2to3/tests/
Dtest_all_fixers.py24 def refactor_file(self, filepath): argument
/third_party/skia/third_party/externals/freetype/tests/issue-1063/
Dmain.c21 char filepath[FILENAME_MAX]; in main() local
/third_party/skia/m133/tools/
DSvgPathExtractor.cpp26 void ExtractPaths(const char filepath[], std::function<PathSniffCallback> callback) { in ExtractPaths()
/third_party/musl/Benchmark/musl/
Dlibc_unistd.cpp324 const char *filepath = "/data/local/tmp/lseel_test.txt"; in Bm_function_Lseek() local
391 const char *filepath = "/data/local/tmp/fsync_test"; in Bm_function_Fsync() local
407 const char *filepath = "/data/local/tmp/fdatasync_test"; in Bm_function_Fdatasync() local
423 const char *filepath = "/data/local/tmp/ftruncate_test"; in Bm_function_Ftruncate() local
440 const char *filepath = "/data/local/tmp/unlink_test"; in Bm_function_Unlink() local
/third_party/rust/rust/src/tools/tidy/src/
Dmir_opt_tests.rs17 let filepath = file.path(); in check_unused_files() localVariable
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/
Dmain.cxx80 std::string url, filepath; in main() local
/third_party/iptables/extensions/
Dlibxt_bpf.c64 static int bpf_obj_get_readonly(const char *filepath) in bpf_obj_get_readonly()
137 const char *filepath) in bpf_parse_obj_pinned()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dmain.c29 static char filepath[256]; variable
/third_party/skia/m133/infra/bots/recipe_modules/docker/
Dapi.py16 def _chmod(self, filepath, mode, recursive=False): argument

1234