Searched refs:ExecutablePath (Results 1 – 10 of 10) sorted by relevance
5 …ExecutablePath Condition="'$(ExecutablePath)' == ''">$(VC_ExecutablePath_x64);$(WindowsSDK_Executa…
5 …ExecutablePath Condition="'$(ExecutablePath)' == ''">$(VC_ExecutablePath_x86);$(WindowsSDK_Executa…
8 <ExecutablePath>$(LLVMInstallDir)\msbuild-bin;$(ExecutablePath)</ExecutablePath>
59 SmallString<128> ExecutablePath(Argv0); in GetExecutablePath() local61 if (!llvm::sys::fs::exists(ExecutablePath)) in GetExecutablePath()63 llvm::sys::findProgramByName(ExecutablePath)) in GetExecutablePath()64 ExecutablePath = *P; in GetExecutablePath()65 return std::string(ExecutablePath.str()); in GetExecutablePath()
111 def ExecutablePath(self, name): member in DirectoryFinder
19 self.pdfium_diff_path = finder.ExecutablePath('pdfium_diff')
70 self.img_diff_bin = finder.ExecutablePath('pdfium_diff')
348 self.pdfium_test_path = finder.ExecutablePath('pdfium_test')
18 TEST(SystemUtils, ExecutablePath) in TEST() argument
417 executable's install directory. A value named "ExecutablePath" is added