Home
last modified time | relevance | path

Searched refs:TempDirectory (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v3/
Drobolectric-utils-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPath.inc196 static Path *TempDirectory;
200 if (TempDirectory)
201 return *TempDirectory;
229 TempDirectory = new Path(result);
230 return *TempDirectory;
/external/llvm/unittests/Support/
DPath.cpp355 TEST(Support, TempDirectory) { in TEST() argument