Home
last modified time | relevance | path

Searched refs:stem (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DSearchDirs.cpp106 if (file == entry.path()->stem().native()) { in find()
120 if (file == entry.path()->stem().native() && in find()
171 if (file == entry.path()->stem().native()) { in find()
185 if (file == entry.path()->stem().native() && in find()
DCommandAction.cpp36 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path()); in activate()
273 pBuilder.createNode<InputTree::Positional>(path.stem().native(), path); in activate()
/frameworks/compile/mclinker/include/mcld/Support/
DPath.h82 Path stem() const;
/frameworks/compile/mclinker/lib/Support/
DPath.cpp174 Path Path::stem() const { in stem() function in mcld::sys::fs::Path
/frameworks/compile/slang/
Dllvm-rs-cc.cpp241 const std::string Argv0 = llvm::sys::path::stem(argv[0]); in main()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp150 std::string name(mcld::sys::fs::Path(prog_name).stem().native()); in ParseProgName()