HomeSort by relevance Sort by last modified time
    Searched defs:DIR_TEMP (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/
base_paths.h 33 DIR_TEMP, // Temporary directory.
  /cts/tests/tests/net/src/android/net/http/cts/
X509TrustManagerExtensionsTest.java 64 final File DIR_TEMP = new File(System.getProperty("java.io.tmpdir"));
65 final File DIR_TEST = new File(DIR_TEMP, "test");
  /external/conscrypt/src/test/java/org/conscrypt/
TrustManagerImplTest.java 204 final File DIR_TEMP = new File(System.getProperty("java.io.tmpdir"));
205 final File DIR_TEST = new File(DIR_TEMP, "test");

Completed in 228 milliseconds