Searched refs:can_execute (Results 1 – 8 of 8) sorted by relevance
3 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
315 if (llvm::sys::fs::can_execute(FilePath.c_str()) && in getVisualStudioBinariesFolder()341 if (!llvm::sys::fs::can_execute(ClPath.c_str())) in getVisualStudioBinariesFolder()
1888 if (llvm::sys::fs::can_execute(Twine(Dir))) in ScanDirForExecutable()1909 if (llvm::sys::fs::can_execute(Twine(P))) in GetProgramPath()
8417 if (llvm::sys::fs::can_execute(FilePath.c_str())) in FindVisualStudioExecutable()
672 if (!sys::fs::can_execute(ChildExecPath)) { in main()
378 inline bool can_execute(const Twine &Path) { in can_execute() function
92 if (sys::fs::can_execute(FilePath.c_str()))
247 if (!sys::fs::can_execute(Program)) {