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 476 File auxDiretory = getLocalAuxDirectory(dstFile);
477 if (!auxDiretory.exists()) {
478 boolean success = auxDiretory.mkdirs();
486 File noMedia = new File(auxDiretory, ".nomedia");
497 File newSrcFile = new File(auxDiretory, dstFile.getName());
507 newSrcFile = new File(auxDiretory, name);
523 File auxDiretory = new File(dstDirectory + "/" + AUX_DIR_NAME);
524 return auxDiretory;

Completed in 400 milliseconds