OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auxdiretory
(Results
1 - 1
of
1
) sorted by null
/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 59 milliseconds