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

  /frameworks/base/tools/aapt/
CacheUpdater.h 57 String8 toCreate;
70 toCreate = existsPath.getPathLeaf().appendPath(toCreate);
77 existsPath.appendPath(toCreate.walkPath(&remains));
78 toCreate = remains;
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 159 File toCreate = new File(directory, "hello");
161 toCreate.createNewFile();
163 + " when trying to create " + toCreate.getAbsolutePath());
167 toCreate.delete();
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 547 milliseconds