/external/swiftshader/third_party/LLVM/lib/Support/ |
PathV2.cpp | 348 const StringRef relative_path(StringRef path) { 548 return !relative_path(p).empty(); 636 StringRef bRelativePath = path::relative_path(current_dir); 637 StringRef pRelativePath = path::relative_path(p);
|
/external/syslinux/gpxe/src/include/gpxe/ |
uri.h | 174 const char *relative_path );
|
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/ |
TableGen.cmake | 25 file(RELATIVE_PATH ofn_rel
|
/external/llvm/lib/Support/ |
Path.cpp | 443 StringRef relative_path(StringRef path) { 645 return !relative_path(p).empty(); 706 StringRef rel = path::relative_path(path); 848 StringRef bRelativePath = path::relative_path(current_dir); 849 StringRef pRelativePath = path::relative_path(p); [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Path.cpp | 443 StringRef relative_path(StringRef path) { 645 return !relative_path(p).empty(); 706 StringRef rel = path::relative_path(path); 850 StringRef bRelativePath = path::relative_path(current_dir); 851 StringRef pRelativePath = path::relative_path(p); [all...] |
/external/llvm/include/llvm/Support/ |
Path.h | 257 StringRef relative_path(StringRef path); 389 /// relative_path != ""
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
PathV2.h | 207 const StringRef relative_path(StringRef path); 304 /// relative_path != ""
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Path.h | 257 StringRef relative_path(StringRef path); 389 /// relative_path != ""
|
/external/clang/lib/Frontend/ |
ModuleDependencyCollector.cpp | 203 path::append(Dest, path::relative_path(RealPath));
|
/external/llvm/tools/llvm-cov/ |
SourceCoverageView.cpp | 45 sys::path::append(FullPath, sys::path::relative_path(ParentPath));
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
gcs_file_system.cc | [all...] |
/external/python/cpython2/Lib/test/ |
test_urllib2net.py | 125 self.assertRaises(ValueError, urllib2.urlopen,'./relative_path/to/file')
|
/external/python/cpython3/Lib/test/ |
test_urllib2net.py | 121 self.assertRaises(ValueError, urllib.request.urlopen,'./relative_path/to/file')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_urllib2net.py | 129 self.assertRaises(ValueError, urllib2.urlopen,'./relative_path/to/file')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_urllib2net.py | 129 self.assertRaises(ValueError, urllib2.urlopen,'./relative_path/to/file')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 129 self.assertRaises(ValueError, urllib2.urlopen,'./relative_path/to/file')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 129 self.assertRaises(ValueError, urllib2.urlopen,'./relative_path/to/file')
|
/external/libcxx/src/experimental/filesystem/ |
operations.cpp | 839 abs_base.relative_path() / p.relative_path();
|