/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/Contacts/res/values/ |
donottranslate_config.xml | 21 <!-- Flag indicating whether Contacts app is allowed to import contacts from SDCard --> 23 <!-- If true, all vcard files are imported from SDCard without asking a user. 28 to import all vcard files in SDCard or select one vcard file. If false, the dialog is 34 <!-- Flag indicating whether Contacts app is allowed to export contacts to SDCard --> 59 <string name="config_export_dir" translatable="false">/mnt/sdcard</string>
|
/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
|
/external/qemu/android/ |
main.c | 729 /* No SD Card emulation, so -sdcard will be ignored */ 730 if (opts->sdcard) { 731 dwarning( "Emulated hardware doesn't support SD Cards. -sdcard option ignored." ); 732 opts->sdcard = NULL; 735 /* Auto-configure -sdcard if it is not available */ 736 if (!opts->sdcard) { 738 /* If -datadir <path> is used, look for a sdcard.img file here */ 742 opts->sdcard = strdup(tmp); 748 opts->sdcard = avdInfo_getSdCardPath(avd); 749 if (opts->sdcard != NULL) [all...] |
/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
|
/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);
|
/device/samsung/crespo/ |
init.herring.rc | 43 symlink /storage/sdcard0 /sdcard 44 symlink /storage/sdcard0 /mnt/sdcard
|
/external/sepolicy/ |
ocontexts | 60 genfscon vfat / u:object_r:sdcard:s0 62 genfscon fuse / u:object_r:sdcard:s0
|
file.te | 17 type sdcard, fs_type, mlstrustedobject;
|
/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);
|
/system/extras/tests/ext4/ |
android_emmc_perf_tests.sh | 63 adb shell stop sdcard 71 adb shell umount /sdcard >/dev/null 2>&1
|
/device/samsung/crespo/recovery/ |
recovery_ui.cpp | 33 "apply update from /sdcard",
|
/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");
|
/gdk/samples/quake/src/com/android/quake/llvm/ |
QuakeViewNoData.java | 46 canvas.drawText("/sdcard/data/quake/id1/pak0.pak",
|
/sdk/eclipse/ |
dictionary.txt | 247 sdcard
|
/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/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");
|
/device/moto/wingray/ |
init.stingray.rc | 13 symlink /storage/sdcard0 /sdcard 14 symlink /storage/sdcard0 /mnt/sdcard 45 # we will remap this as /storage/sdcard0 with the sdcard fuse tool 268 service sdcard /system/bin/sdcard /data/media 1023 1023
|
/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());
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
CameraStressTest.java | 62 "/sdcard/cameraStressOutput.txt"; 183 File sdcard = Environment.getExternalStorageDirectory(); local 192 zoomImages = sdcard.listFiles(filter);
|
/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.
|