Home
last modified time | relevance | path

Searched refs:is_absolute (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp63 if (sys::path::is_absolute(EnvSrc)) in getSourceFileFullPath()
75 if (sys::path::is_absolute(Path)) in getSourceFileFullPath()
83 if (sys::path::is_absolute(RecordedResult)) in getSourceFileFullPath()
/external/python/cpython3/PC/layout/
Dmain.py570 if not ns.source.is_absolute():
572 if not ns.build.is_absolute():
574 if not ns.temp.is_absolute():
576 if not ns.doc_build.is_absolute():
578 if ns.include_cat and not ns.include_cat.is_absolute():
581 if ns.copy and not ns.copy.is_absolute():
583 if ns.zip and not ns.zip.is_absolute():
585 if ns.catalog and not ns.catalog.is_absolute():
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/
Dcurrent_path.pass.cpp46 TEST_CHECK(p.is_absolute()); in TEST_CASE()
80 TEST_CHECK(new_cwd.is_absolute()); in TEST_CASE()
/external/clang/tools/libclang/
DBuildSystem.cpp43 if (!path::is_absolute(virtualPath)) in clang_VirtualFileOverlay_addFileMapping()
45 if (!path::is_absolute(realPath)) in clang_VirtualFileOverlay_addFileMapping()
/external/python/cpython3/Lib/test/
Dtest_pathlib.py669 self.assertFalse(P().is_absolute())
670 self.assertFalse(P('a').is_absolute())
671 self.assertFalse(P('a/b/').is_absolute())
672 self.assertTrue(P('/').is_absolute())
673 self.assertTrue(P('/a').is_absolute())
674 self.assertTrue(P('/a/b/').is_absolute())
675 self.assertTrue(P('//a').is_absolute())
676 self.assertTrue(P('//a/b').is_absolute())
1065 self.assertFalse(P().is_absolute())
1066 self.assertFalse(P('a').is_absolute())
[all …]
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp148 ASSERT_EQ(p.is_absolute(), p.has_root_directory()); in decompPathTest()
149 ASSERT_NEQ(p.is_relative(), p.is_absolute()); in decompPathTest()
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh20 function is_absolute { function
25 is_absolute "$1" && echo "$1" || echo "$PWD/${1#./}"
/external/libchrome/base/
Dpath_service.h60 bool is_absolute,
Dpath_service.cc241 bool is_absolute, in OverrideAndCreateIfNeeded() argument
260 if (!is_absolute) { in OverrideAndCreateIfNeeded()
/external/tensorflow/tensorflow/tools/ci_build/gpu_build/
Dparallel_gpu_execute.sh40 if is_absolute "$1" ; then
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp53 TEST_CHECK(ret.is_absolute()); in TEST_CASE()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV1.h317 LLVM_PATH_DEPRECATED_MSG(path::is_absolute));
324 LLVM_PATH_DEPRECATED_MSG(path::is_absolute));
DPathV2.h346 bool is_absolute(const Twine &path);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DProcess.cpp32 assert(!path::is_absolute(FileName)); in FindInEnvPath()
DPath.cpp170 if (!sys::path::is_absolute(Twine(ModelStorage))) { in createUniqueEntity()
676 bool is_absolute(const Twine &path) { in is_absolute() function
690 bool is_relative(const Twine &path) { return !is_absolute(path); } in is_relative()
716 if (path::is_absolute(path)) in remove_dots()
/external/llvm/lib/Support/
DProcess.cpp32 assert(!path::is_absolute(FileName)); in FindInEnvPath()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DProcess.cpp38 assert(!path::is_absolute(FileName)); in FindInEnvPath()
/external/clang/lib/Basic/
DFileSystemStatCache.cpp122 if (!Data.IsDirectory || llvm::sys::path::is_absolute(Path)) in getStat()
/external/perfetto/tools/
Dgen_build218 def is_absolute(self): member in Label
232 self.is_absolute(),
236 other.is_absolute(),
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp82 TEST_CHECK(ret.is_absolute()); in TEST_CASE()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h431 bool is_absolute(const Twine &path);
/external/llvm/include/llvm/Support/
DPath.h431 bool is_absolute(const Twine &path);
/external/python/cpython3/Doc/library/
Dpathlib.rst445 .. method:: PurePath.is_absolute()
450 >>> PurePosixPath('/a/b').is_absolute()
452 >>> PurePosixPath('a/b').is_absolute()
455 >>> PureWindowsPath('c:/a/b').is_absolute()
457 >>> PureWindowsPath('/a/b').is_absolute()
459 >>> PureWindowsPath('c:').is_absolute()
461 >>> PureWindowsPath('//some/share').is_absolute()
1108 :func:`os.path.isabs` :meth:`PurePath.is_absolute`
/external/clang/tools/clang-check/
DClangCheck.cpp94 assert(llvm::sys::path::is_absolute(filename) && in RewriteFilename()
/external/llvm/lib/Object/
DArchiveWriter.cpp175 if (sys::path::is_absolute(From) || sys::path::is_absolute(To)) in computeRelativePath()

123