OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUX_DIR_NAME
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
SaveImage.java
64
private static final String
AUX_DIR_NAME
= ".aux";
336
File auxDiretory = new File(dstDirectory + "/" +
AUX_DIR_NAME
);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java
78
private static final String
AUX_DIR_NAME
= ".aux";
523
File auxDiretory = new File(dstDirectory + "/" +
AUX_DIR_NAME
);
Completed in 22 milliseconds