/dalvik/tests/074-gc-thrash/src/ |
Main.java | 97 File sdcard = new File("/sdcard"); local 98 if (sdcard.exists() && sdcard.isDirectory()) { 99 return "/sdcard/" + OUTPUT_FILE;
|
/device/samsung/manta/ |
init.manta.rc | 15 symlink /storage/emulated/legacy /sdcard 16 symlink /storage/emulated/legacy /mnt/sdcard 122 # virtual sdcard daemon running as media_rw (1023) 123 service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
|
/device/samsung/tuna/ |
init.tuna.rc | 13 symlink /storage/emulated/legacy /sdcard 14 symlink /storage/emulated/legacy /mnt/sdcard 174 # virtual sdcard daemon running as media_rw (1023) 175 service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
|
/external/quake/ |
README | 46 micro SD card (This is /sdcard/data/quake directory). 71 You can use Quake with the emulator, but you have to create and mount an sdcard image. 73 Once you've started the emulator with a sdcard image you can follow the directions for 186 b) the data files on the sdcard 204 Then run this script to delete the Quake files on the sdcard:
|
/packages/apps/Music/tests/src/com/android/music/functional/ |
TestSongs.java | 101 //Rescan the sdcard after copy the file 173 * Test case precondition: Copy a song and rescan the sdcard 174 * Verification: The song is deleted from the sdcard and mediastore 182 Log.v(TAG, "Copy a temp file to the sdcard"); 201 //Verfiy the item is removed from sdcard
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 19 TEST_LIST_FILE = "/sdcard/android/reliability_tests_list.txt" 20 TEST_STATUS_FILE = "/sdcard/android/reliability_running_test.txt" 21 TEST_TIMEOUT_FILE = "/sdcard/android/reliability_timeout_test.txt" 22 TEST_LOAD_TIME_FILE = "/sdcard/android/reliability_load_time.txt" 234 # get timeout file from sdcard 241 # get logged page load times from sdcard
|
/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/ |
MultiUserStorageTest.java | 108 return new File("/sdcard/Android/obb/", file); 120 return new File("/sdcard/", file);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyPowerEvent.java | 36 private static final String LOG_FILE = "/sdcard/autotester.log"; 122 Log.w(TAG, "Can't write sdcard log file", e);
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
ShotToShotLatency.java | 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local 69 pics = sdcard.listFiles(filter);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/stress/ |
ShotToShotLatency.java | 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local 69 pics = sdcard.listFiles(filter);
|
/packages/apps/Gallery2/tests_camera/src/com/android/camera/stress/ |
ShotToShotLatency.java | 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local 69 pics = sdcard.listFiles(filter);
|
/prebuilts/sdk/tools/linux/ |
bcc_compat | |
/external/gtest/ |
README.android | 58 changed tmp file paths to /sdcard.
|
/external/openssl/android.testssl/ |
CAss.cnf | 6 RANDFILE = /sdcard/android.testssl/.rnd
|
/external/quake/src/com/android/quake/ |
QuakeViewNoData.java | 46 canvas.drawText("/sdcard/data/quake/id1/pak0.pak",
|
/frameworks/av/cmds/stagefright/ |
audioloop.cpp | 59 sp<AMRWriter> writer = new AMRWriter("/sdcard/out.amr");
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBenchRS.java | 153 Log.v(TAG, "sdcard is read only"); 156 File sdCard = Environment.getExternalStorageDirectory(); 157 if (!sdCard.canWrite()) { 162 File resultFile = new File(sdCard, "rsbench_result" + mCurrentLoop + ".csv");
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
RgbPlayerActivity.java | 56 * VideDumpView class. It reads the "/sdcard/mediadump/prop.xml" to get 113 prop.loadFromXML(new FileInputStream("/sdcard/mediadump/prop.xml")); 140 new FileReader("/sdcard/mediadump/images.lst"));
|
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
GalleryWidgetMigrator.java | 44 * from /mnt/sdcard in pre-JB releases, to /storage/sdcard0 in JB, then again 45 * to /external/storage/sdcard/0 in JB MR1). 49 private static final String PRE_JB_EXT_PATH = "/mnt/sdcard";
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
Recorder.java | 151 if (!sampleDir.canWrite()) // Workaround for broken sdcard support on the device. 152 sampleDir = new File("/sdcard/sdcard");
|
/external/qemu/android/ |
main.c | 748 /* No SD Card emulation, so -sdcard will be ignored */ 749 if (opts->sdcard) { 750 dwarning( "Emulated hardware doesn't support SD Cards. -sdcard option ignored." ); 751 opts->sdcard = NULL; 754 /* Auto-configure -sdcard if it is not available */ 755 if (!opts->sdcard) { 757 /* If -datadir <path> is used, look for a sdcard.img file here */ 761 opts->sdcard = strdup(tmp); 767 opts->sdcard = avdInfo_getSdCardPath(avd); 768 if (opts->sdcard != NULL) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_MediaTest.java | 97 // the tests will be aborted because the image will be put in sdcard 98 fail("There is no sdcard attached! " + e.getMessage()); 111 // the tests will be aborted because the image will be put in sdcard 112 fail("There is no sdcard attached! " + e.getMessage()); 161 // the tests will be aborted because the image will be put in sdcard 162 fail("There is no sdcard attached! " + e.getMessage());
|
/device/asus/deb/ |
init.deb.rc | 34 symlink /storage/emulated/legacy /sdcard 35 symlink /storage/emulated/legacy /mnt/sdcard 415 # virtual sdcard daemon running as media_rw (1023) 416 service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023 420 on property:init.svc.sdcard=running
|
/packages/apps/Browser/src/com/android/browser/ |
DownloadHandler.java | 149 // Check to see if we have an SDCard 155 // Check to see if the SDCard is busy, same as the music app 196 // set downloaded file destination to /sdcard/Download.
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
WriteExternalStorageTest.java | 43 new File("/sdcard/caek"),
|