Searched refs:TestPath (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 112 SmallString<64> TestPath; in testGetOpenFileSlice() local 114 sys::fs::createTemporaryFile("prefix", "temp", TestFD, TestPath); in testGetOpenFileSlice() 125 EXPECT_FALSE(sys::fs::openFileForRead(TestPath.c_str(), TestFD)); in testGetOpenFileSlice() 129 error_code EC = MemoryBuffer::getOpenFileSlice(TestFD, TestPath.c_str(), Buf, in testGetOpenFileSlice()
|
/external/openssh/ |
D | configure.ac | 3518 TestPath="$PATH" 3519 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin" 3520 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11" 3521 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin" 3522 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" 3523 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath]) 3676 TestPath="/usr/bin${PATH_SEPARATOR}/usr/ucb" 3677 AC_PATH_PROGS([NROFF], [nroff awf], [/bin/false], [$TestPath])
|
D | configure | 15079 TestPath="$PATH" 15080 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin" 15081 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11" 15082 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin" 15083 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" 15097 for as_dir in $TestPath 15380 for as_dir in $TestPath
|