HomeSort by relevance Sort by last modified time
    Searched defs:IsAbsolutePath (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/stream_executor/lib/
path.cc 24 static bool IsAbsolutePath(port::StringPiece path) {
42 if (IsAbsolutePath(path)) {
48 if (IsAbsolutePath(path)) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 43 bool IsAbsolutePath(const std::string& path) {
  /external/tensorflow/tensorflow/core/lib/io/
path.cc 50 if (IsAbsolutePath(path)) {
56 if (IsAbsolutePath(path)) {
110 bool IsAbsolutePath(StringPiece path) {
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 249 return pathname_.length() == 3 && IsAbsolutePath();
256 bool FilePath::IsAbsolutePath() const {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 321 bool IsAbsolutePath(const char *path) {
sanitizer_win.cc 385 bool IsAbsolutePath(const char *path) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const {
  /external/googletest/googletest/src/
gtest-filepath.cc 258 return pathname_.length() == 3 && IsAbsolutePath();
265 bool FilePath::IsAbsolutePath() const {
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 258 return pathname_.length() == 3 && IsAbsolutePath();
265 bool FilePath::IsAbsolutePath() const {
  /external/lzma/CPP/Windows/
FileName.cpp 210 bool IsAbsolutePath(const wchar_t *s) throw()
337 bool IsAbsolutePath(const wchar_t *s) { return IS_SEPAR(s[0]); }
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const {
  /external/v8/testing/gtest/src/
gtest-filepath.cc 258 return pathname_.length() == 3 && IsAbsolutePath();
265 bool FilePath::IsAbsolutePath() const {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 1101 if (IsAbsolutePath (Line)) {
    [all...]
  /external/v8/src/
d8.cc 567 bool IsAbsolutePath(const std::string& path) {
593 DCHECK(IsAbsolutePath(path));
605 if (IsAbsolutePath(path)) {
685 DCHECK(IsAbsolutePath(file_name));
    [all...]

Completed in 366 milliseconds