Searched refs:bRootDirectory (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 635 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() local 640 path::append(res, pRootName, bRootDirectory, bRelativePath, pRelativePath); in make_absolute()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 849 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() local 854 path::append(res, pRootName, bRootDirectory, bRelativePath, pRelativePath); in make_absolute()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 847 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() local 852 path::append(res, pRootName, bRootDirectory, bRelativePath, pRelativePath); in make_absolute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 883 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() local 888 path::append(res, pRootName, bRootDirectory, bRelativePath, pRelativePath); in make_absolute()
|