OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageDir
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
103
File
imageDir
= getImageDir(false);
104
if (
imageDir
!= null &&
imageDir
.exists()) {
105
File[] files =
imageDir
.listFiles();
109
imageDir
.delete();
123
File
imageDir
= getImageDir(false);
124
if (!
imageDir
.exists()) {
127
File file = new File(
imageDir
, getFileName(desc));
208
File
imageDir
= getImageDir(true);
220
storeBackground(
imageDir
, bg, fg)
[
all
...]
/external/skia/tools/
skimage_main.cpp
148
const SkString
imageDir
= SkOSPath::SkPathJoin(hashDir.c_str(), basename.c_str());
149
if (!sk_mkdir(
imageDir
.c_str())) {
157
filename = SkOSPath::SkPathJoin(
imageDir
.c_str(), checksumBasedName.c_str());
[
all
...]
Completed in 100 milliseconds