OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imagePath
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/ports/
SkOSFile_ios.h
34
CFStringRef
imagePath
= CFURLCopyFileSystemPath(imageURL, kCFURLPOSIXPathStyle);
41
result->set(CFStringGetCStringPtr(
imagePath
, encodingMethod));
/external/skqp/src/ports/
SkOSFile_ios.h
34
CFStringRef
imagePath
= CFURLCopyFileSystemPath(imageURL, kCFURLPOSIXPathStyle);
41
result->set(CFStringGetCStringPtr(
imagePath
, encodingMethod));
/developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
MainActivity.java
141
File
imagePath
= new File(getCacheDir(), IMAGE_CACHE_DIR);
142
File newFile = new File(
imagePath
, IMAGE_FILE);
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java
208
String
imagePath
= c.getString(c.getColumnIndex(Media.DATA));
211
assertExists("image file does not exist",
imagePath
);
221
assertNotExists("image file should no longer exist",
imagePath
);
231
imagePath
= c.getString(c.getColumnIndex(Media.DATA));
233
assertExists("image file does not exist",
imagePath
);
236
assertNotExists("image file should no longer exist",
imagePath
);
Completed in 167 milliseconds