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

  /packages/apps/Camera2/src/com/android/camera/crop/
SaveImage.java 289 File auxDiretory = getLocalAuxDirectory(dstFile);
290 if (!auxDiretory.exists()) {
291 boolean success = auxDiretory.mkdirs();
299 File noMedia = new File(auxDiretory, ".nomedia");
310 File newSrcFile = new File(auxDiretory, dstFile.getName());
320 newSrcFile = new File(auxDiretory, name);
336 File auxDiretory = new File(dstDirectory + "/" + AUX_DIR_NAME);
337 return auxDiretory;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 472 File auxDiretory = getLocalAuxDirectory(dstFile);
473 if (!auxDiretory.exists()) {
474 boolean success = auxDiretory.mkdirs();
482 File noMedia = new File(auxDiretory, ".nomedia");
493 File newSrcFile = new File(auxDiretory, dstFile.getName());
503 newSrcFile = new File(auxDiretory, name);
519 File auxDiretory = new File(dstDirectory + "/" + AUX_DIR_NAME);
520 return auxDiretory;

Completed in 61 milliseconds