Home
last modified time | relevance | path

Searched refs:can_execute (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/Other/
Dcan-execute.txt3 This tests that we abstract two peculiarities of unix in can_execute:
13 If we want, it is probably OK to change the semantics of can_execute and this
/external/clang/lib/Driver/
DMSVCToolChain.cpp315 if (llvm::sys::fs::can_execute(FilePath.c_str()) && in getVisualStudioBinariesFolder()
341 if (!llvm::sys::fs::can_execute(ClPath.c_str())) in getVisualStudioBinariesFolder()
DDriver.cpp1888 if (llvm::sys::fs::can_execute(Twine(Dir))) in ScanDirForExecutable()
1909 if (llvm::sys::fs::can_execute(Twine(P))) in GetProgramPath()
DTools.cpp8417 if (llvm::sys::fs::can_execute(FilePath.c_str())) in FindVisualStudioExecutable()
/external/llvm/tools/lli/
Dlli.cpp672 if (!sys::fs::can_execute(ChildExecPath)) { in main()
/external/llvm/include/llvm/Support/
DFileSystem.h378 inline bool can_execute(const Twine &Path) { in can_execute() function
/external/llvm/lib/Support/Unix/
DProgram.inc92 if (sys::fs::can_execute(FilePath.c_str()))
/external/llvm/lib/Support/Windows/
DProgram.inc247 if (!sys::fs::can_execute(Program)) {