Home
last modified time | relevance | path

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

1234

/external/flatbuffers/src/
Dutil.cpp126 std::string StripExtension(const std::string &filepath) { in StripExtension()
131 std::string GetExtension(const std::string &filepath) { in GetExtension()
136 std::string StripPath(const std::string &filepath) { in StripPath()
141 std::string StripFileName(const std::string &filepath) { in StripFileName()
148 std::string filepath = path; in ConCatPathFileName() local
171 void EnsureDirExists(const std::string &filepath) { in EnsureDirExists()
184 std::string AbsolutePath(const std::string &filepath) { in AbsolutePath()
/external/skqp/tools/copyright/
Dmain.py85 def ReadFileIntoString(filepath): argument
92 def WriteStringToFile(string, filepath): argument
/external/skia/tools/copyright/
Dmain.py85 def ReadFileIntoString(filepath): argument
92 def WriteStringToFile(string, filepath): argument
/external/autotest/client/cros/ui/
Dui_test_base.py169 def capture_screenshot(self, filepath): argument
180 def draw_image_mask(self, filepath, rectangle, fill='white'): argument
/external/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
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_baselinefile.cc44 BaseLineFileVerify(const std::string& filepath, bool allow_missing_file) in BaseLineFileVerify()
102 BaseLineFileUpdate(const std::string& filepath, in BaseLineFileUpdate()
154 std::string filepath = filename; in Create() local
Dbwe_test_fileutils.cc56 std::string filepath = webrtc::test::ResourcePath(filename, extension); in Create() local
84 std::string filepath = webrtc::test::OutputPath() + filename + "." + in Create() local
/external/tensorflow/tensorflow/core/util/
Ddump_graph.cc61 Status WriteToFile(const string& filepath, in WriteToFile()
70 Status WriteToFile(const string& filepath, in WriteToFile()
99 string filepath = absl::StrCat(dir, "/", MakeUniqueFilename(name)); in WriteTextProtoToUniqueFile() local
/external/python/cpython3/Tools/tz/
Dzdump.py76 filepath = sys.argv[1] variable
78 filepath = os.path.join('/usr/share/zoneinfo', filepath) variable
/external/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c120 int read_file(char *filepath, int action, unsigned int *value) in read_file()
172 int read_shares_file(char *filepath) in read_shares_file()
/external/skia/tools/viewer/
DBisectSlide.cpp21 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()
58 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
/external/skqp/tools/viewer/
DBisectSlide.cpp21 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()
58 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
/external/skqp/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
/external/skia/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
/external/chromium-trace/catapult/devil/devil/utils/
Dhost_utils.py11 def get_size(filepath): argument
/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp62 WideString CPDF_FileSpec::DecodeFileName(const WideString& filepath) { in DecodeFileName()
156 WideString CPDF_FileSpec::EncodeFileName(const WideString& filepath) { in EncodeFileName()
/external/autotest/client/site_tests/ui_SettingsPage/
Dui_SettingsPage.py21 def capture_screenshot(self, filepath): argument
/external/autotest/client/cros/input_playback/
Dinput_playback.py242 def _get_contents_of_file(self, filepath): argument
441 def playback(self, filepath, input_type='touchpad'): argument
461 def blocking_playback(self, filepath, input_type='touchpad'): argument
/external/autotest/server/cros/
Dcamerabox_utils.py123 def _read_file(self, filepath): argument
130 def _write_file(self, filepath, content, permission=None, owner=None): argument
/external/autotest/client/site_tests/policy_ExtensionPolicy/
Dpolicy_ExtensionPolicy.py32 def sha256sum(self, filepath): argument
/external/autotest/client/bin/
Ddisplay_chart.py41 def display(filepath): argument
/external/webrtc/webrtc/test/
Drtp_file_reader_unittest.cc24 std::string filepath = in Init() local
65 std::string filepath = in Init() local
/external/e2fsprogs/util/
Dlibecho.c43 char filepath[256]; in echo_files() local
/external/autotest/client/site_tests/ui_AppLauncher/
Dui_AppLauncher.py41 def capture_screenshot(self, filepath): argument
/external/autotest/client/site_tests/touch_TouchscreenScroll/
Dtouch_TouchscreenScroll.py22 def _check_scroll_direction(self, filepath, expected): argument

1234