Home
last modified time | relevance | path

Searched refs:remove_filename (Results 1 – 25 of 27) sorted by relevance

12

/external/libcxx/
DTODO.TXT45 * INCOMPLETE - US 52: remove_filename() postcondition is not by itself a definition
46 * INCOMPLETE - US 53: remove_filename()'s name does not correspond to its behavior
47 * INCOMPLETE - US 54: remove_filename() is broken
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dremove_filename.pass.cpp68 path& Ref = (p.remove_filename()); in main()
Dreplace_filename.pass.cpp66 p2.remove_filename(); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h115 void remove_filename(SmallVectorImpl<char> &path);
/external/llvm/include/llvm/Support/
DPath.h129 void remove_filename(SmallVectorImpl<char> &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h129 void remove_filename(SmallVectorImpl<char> &path);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp142 sys::path::remove_filename(RealPath); in SetFromPath()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp131 path::remove_filename(temp_store); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp408 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function
717 path::remove_filename(path); in replace_filename()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProcess.inc181 sys::path::remove_filename(Dir);
264 sys::path::remove_filename(Arg0);
/external/clang/lib/Driver/
DToolChains.cpp276 llvm::sys::path::remove_filename(P); // 'clang' in AddLinkARCArgs()
277 llvm::sys::path::remove_filename(P); // 'bin' in AddLinkARCArgs()
750 llvm::sys::path::remove_filename(P); in AddCXXStdlibLibArgs()
3182 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs()
3183 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs()
3184 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs()
3202 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs()
3203 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs()
DDriver.cpp2294 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath()
2320 llvm::sys::path::remove_filename(BasePath); in GetNamedOutputPath()
2379 llvm::sys::path::remove_filename(Dir); in ScanDirForExecutable()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp177 llvm::sys::path::remove_filename(OrigDir); in findDebugBinary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp180 llvm::sys::path::remove_filename(OrigDir); in findDebugBinary()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc188 sys::path::remove_filename(Dir);
DPath.inc106 llvm::sys::path::remove_filename(FullPath);
/external/llvm/lib/Support/Windows/
DProcess.inc200 sys::path::remove_filename(Dir);
DPath.inc106 llvm::sys::path::remove_filename(FullPath);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp423 llvm::sys::path::remove_filename(CachePath); in write()
/external/llvm/lib/Support/
DPath.cpp501 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp501 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp490 void remove_filename(SmallVectorImpl<char> &path, Style style) { in remove_filename() function
/external/llvm/unittests/Support/
DPath.cpp144 path::remove_filename(temp_store); in TEST()
/external/libcxx/include/
Dfilesystem955 path& remove_filename() {
963 remove_filename();

12