OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestPath
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/Support/
MemoryBufferTest.cpp
112
SmallString<64>
TestPath
;
114
sys::fs::createTemporaryFile("prefix", "temp", TestFD,
TestPath
);
125
EXPECT_FALSE(sys::fs::openFileForRead(
TestPath
.c_str(), TestFD));
129
error_code EC = MemoryBuffer::getOpenFileSlice(TestFD,
TestPath
.c_str(), Buf,
/external/openssh/
configure
[
all
...]
Completed in 97 milliseconds