HomeSort by relevance Sort by last modified time
    Searched refs:tmpPath (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaIoFileTest.java 347 String tmpPath = System.getProperty("java.io.tmpdir");
348 if(!tmpPath.endsWith("/")) {
349 tmpPath += "/";
376 File tmp = new File(tmpPath + "dir"+id);
379 assertEquals("Argument of checkWrite is not correct", tmpPath + "dir"+id, s.file);
382 tmp = new File(tmpPath + "a"+id+"/b/c");
385 assertEquals("Argument of checkWrite is not correct", tmpPath +"a"+id+"/b/c", s.file);
  /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 157 String tmpPath = System.getProperty("java.io.tmpdir");
160 list_wf = new File[] {new File(tmpPath + "/" +
162 list_nwf = new File[] {new File(tmpPath + "/" +
164 list_out_dh = new File[] {new File(tmpPath + "/" +
166 list_out_hb = new File[] {new File(tmpPath + "/" +
178 tmpPath + "/" + SAXParserTestSupport.XML_WF + "staff.dtd"),
184 tmpPath + "/" + SAXParserTestSupport.XML_NWF + "staff.dtd"),
    [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
SkDraw.cpp 811 SkPath tmpPath;
821 result = &tmpPath;
861 doFill = paint.getFillPath(*pathPtr, &tmpPath);
862 pathPtr = &tmpPath;
877 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath;
    [all...]

Completed in 643 milliseconds