HomeSort by relevance Sort by last modified time
    Searched refs:is_absolute (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.absolute/
absolute.pass.cpp 45 TEST_CHECK(p.is_absolute());
47 TEST_CHECK(ret.is_absolute());
56 TEST_CHECK(p.is_absolute());
62 TEST_CHECK(ret.is_absolute());
75 TEST_CHECK(not p.is_absolute());
82 TEST_CHECK(ret.is_absolute());
95 TEST_CHECK(ret.is_absolute());
112 TEST_CHECK(ret.is_absolute());
  /external/libmojo/base/
path_service.h 51 // - |is_absolute| indicates that |path| has already been expanded into an
60 bool is_absolute,
path_service.cc 233 bool is_absolute,
252 if (!is_absolute) {
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.system_complete/
system_complete.pass.cpp 53 TEST_CHECK(ret.is_absolute());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 210 is_absolute(char *path) function
252 if (is_absolute(stuff) == 1) {
342 if (is_absolute(p) == 1)
371 if (is_absolute(path) == 1)
387 if(is_absolute(path)) {
518 if ( (!is_absolute(progpath)) && (progpath[0] != '\0') )
594 if (is_absolute(defpath) == 0)
639 if (is_absolute(defpath) != 1) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 141 is_absolute(char *path) function
183 if (is_absolute(stuff) == 1) {
273 if (is_absolute(p) == 1)
302 if (is_absolute(path) == 1)
318 if(is_absolute(path)) {
449 if ( (!is_absolute(progpath)) && (progpath[0] != '\0') )
525 if (is_absolute(defpath) == 0)
570 if (is_absolute(defpath) != 1) {
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.current_path/
current_path.pass.cpp 46 TEST_CHECK(p.is_absolute());
80 TEST_CHECK(new_cwd.is_absolute());
  /external/clang/tools/libclang/
BuildSystem.cpp 43 if (!path::is_absolute(virtualPath))
45 if (!path::is_absolute(realPath))
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 38 // bool is_absolute() const;
144 assert(p.is_absolute() == p.has_root_directory());
145 assert(p.is_relative() != p.is_absolute());
  /external/llvm/lib/Support/
Process.cpp 32 assert(!path::is_absolute(FileName));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Process.cpp 32 assert(!path::is_absolute(FileName));
Path.cpp 170 if (!sys::path::is_absolute(Twine(ModelStorage))) {
676 bool is_absolute(const Twine &path) {
690 bool is_relative(const Twine &path) { return !is_absolute(path); }
716 if (path::is_absolute(path))
    [all...]
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 122 if (!Data.IsDirectory || llvm::sys::path::is_absolute(Path))
FileManager.cpp 394 || llvm::sys::path::is_absolute(pathRef))
406 if (!llvm::sys::path::is_absolute(StringRef(Path.data(), Path.size()))) {
  /external/llvm/include/llvm/Support/
Path.h 431 bool is_absolute(const Twine &path);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV2.h 346 bool is_absolute(const Twine &path);
PathV1.h 317 LLVM_PATH_DEPRECATED_MSG(path::is_absolute));
324 LLVM_PATH_DEPRECATED_MSG(path::is_absolute));
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Path.h 431 bool is_absolute(const Twine &path);
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 48 if (llvm::sys::path::is_absolute(HeaderPath))
  /external/clang/tools/clang-check/
ClangCheck.cpp 94 assert(llvm::sys::path::is_absolute(filename) &&
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 74 TEST_CHECK(ret.is_absolute());
  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c 2417 int is_absolute; local
    [all...]
  /external/llvm/lib/Object/
ArchiveWriter.cpp 175 if (sys::path::is_absolute(From) || sys::path::is_absolute(To))
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 124 path::is_absolute(*i);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Path.h 448 bool is_absolute(const Twine &path, Style style = Style::native);

Completed in 1873 milliseconds

1 2 3