Home
last modified time | relevance | path

Searched defs:IsAbsolutePath (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileName.cpp273 bool IsAbsolutePath(const wchar_t *s) throw() in IsAbsolutePath() function
402 bool IsAbsolutePath(const wchar_t *s) throw() { return IS_SEPAR(s[0]); } in IsAbsolutePath() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/lib/
H A Dpath.cc25 static bool IsAbsolutePath(absl::string_view path) { in IsAbsolutePath() function
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Dfile.cc27 bool IsAbsolutePath(absl::string_view path) { in IsAbsolutePath() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Dpath.cc56 bool IsAbsolutePath(absl::string_view path) { in IsAbsolutePath() function
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dpath_test.cc37 TEST(PathTest, IsAbsolutePath) { in TEST() argument
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-filepath.cc259 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc256 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
H A Dgtest-filepath.cc259 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc259 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dpath.cc134 bool IsAbsolutePath(StringPiece path) { in IsAbsolutePath() function
H A Dfile_system.cc344 bool FileSystem::IsAbsolutePath(StringPiece path) const { in IsAbsolutePath() function in tensorflow::FileSystem
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc298 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/
H A Dgtest-filepath.cc302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/googletest/googletest/src/
H A Dgtest-filepath.cc302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilFuchsia.cpp459 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; in ExecuteCommand() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc321 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
H A Dsanitizer_win.cc385 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-filepath-test.cc620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc613 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc613 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument

12