HomeSort by relevance Sort by last modified time
    Searched refs:sdcard (Results 1 - 25 of 28) sorted by null

1 2

  /device/samsung/crespo/
vold.fstab 16 dev_mount sdcard /mnt/sdcard 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 nonremovable,encryptable
  /system/core/rootdir/etc/
vold.fstab 15 ## Example of a standard sdcard mount for the emulator / Dream
17 dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
24 # dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
mountd.conf 9 mount_point /sdcard
  /system/core/sdcard/
Android.mk 5 LOCAL_SRC_FILES:= sdcard.c
6 LOCAL_MODULE:= sdcard
  /external/quake/
setupdevicesdcard.sh 23 echo "Creating Quake directories on the device's sdcard"
25 adb shell mkdir /sdcard
26 adb shell mkdir /sdcard/data
27 adb shell mkdir /sdcard/data/quake
28 adb shell mkdir /sdcard/data/quake/id1
31 adb push $T/external/quake/quake/app/id1 /sdcard/data/quake/id1
cleanupdevicesdcard.sh 41 echo "Removing Quake files and directories from the device's sdcard"
43 adb shell rm /sdcard/data/quake/id1/glQuake/*
44 adb shell rm /sdcard/data/quake/id1/glQuake/.DS_Store
45 adb shell rmdir /sdcard/data/quake/glQuake
46 adb shell rm /sdcard/data/quake/id1/*
47 adb shell rm /sdcard/data/quake/id1/.DS_Store
48 adb shell rmdir /sdcard/data/quake/id1
49 adb shell rm /sdcard/data/quake/.DS_Store
50 adb shell rmdir /sdcard/data/quake
  /development/data/etc/
vold.conf 8 mount_point /sdcard
  /device/moto/wingray/
vold.fstab 14 dev_mount sdcard /mnt/external1 auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
  /system/extras/tests/fstest/
mounts-test.sh 5 adb shell mount | grep -q /sdcard
8 echo FAILURE: /sdcard is not mounted
14 adb shell mount | grep /sdcard | grep -q $i
17 echo FAILURE: /sdcard is not mounted $i
perm_checker.conf 114 /sdcard/ 000 077 system system system system
115 /sdcard/... 000 077 system system system system
  /system/extras/tests/sdcard/
profile_sdcard.sh 16 # Run a bunch of test on the sdcard to establish a performance profile.
32 local file="/tmp/sdcard-scalability.txt"
40 adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-sdcard.txt
41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
  /frameworks/base/tests/CoreTests/
run_core_test.sh 5 -Djava.io.tmpdir=/sdcard/tmp \
  /external/openssl/android.testssl/
Uss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
testssl.sh 27 device=/sdcard/android.testssl
CAss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
testssl 147 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -num 10 -f -time $extra || exit 1
153 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 88 String sdcard = properties.get(AvdManager.AVD_INI_SDCARD_SIZE); local
89 if (sdcard == null) {
90 sdcard = properties.get(AvdManager.AVD_INI_SDCARD_PATH);
92 if (sdcard != null) {
93 displayValue(c, "SD Card:", sdcard);
AvdCreationDialog.java 758 String sdcard = props.get(AvdManager.AVD_INI_SDCARD_PATH); local
759 if (sdcard != null && sdcard.length() > 0) {
763 mSdCardFile.setText(sdcard);
766 sdcard = props.get(AvdManager.AVD_INI_SDCARD_SIZE);
767 if (sdcard != null && sdcard.length() > 0) {
769 long sdcardSize = AvdManager.parseSdcardSize(sdcard, values);
    [all...]
  /external/jpeg/
Android.mk 22 # use sdcard as libjpeg decoder's backing store
  /external/openssl/patches/
testssl.sh 27 device=/sdcard/android.testssl
  /external/qemu/android/
main.c 785 /* No SD Card emulation, so -sdcard will be ignored */
786 if (opts->sdcard) {
787 dwarning( "Emulated hardware doesn't support SD Cards. -sdcard option ignored." );
788 opts->sdcard = NULL;
791 /* Auto-configure -sdcard if it is not available */
792 if (!opts->sdcard) {
794 /* If -datadir <path> is used, look for a sdcard.img file here */
798 opts->sdcard = strdup(tmp);
804 opts->sdcard = avdInfo_getSdCardPath(avd);
805 if (opts->sdcard != NULL)
    [all...]
cmdline-options.h 77 OPT_PARAM( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
  /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;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 103 * AVD/config.ini key name representing the path to the sdcard file.
104 * If missing, the default name "sdcard.img" will be used for the sdcard, if there's such
109 public final static String AVD_INI_SDCARD_PATH = "sdcard.path"; //$NON-NLS-1$
117 public final static String AVD_INI_SDCARD_SIZE = "sdcard.size"; //$NON-NLS-1$
148 private final static String SDCARD_IMG = "sdcard.img"; //$NON-NLS-1$
166 * Minimal size of an SDCard image file in bytes. Currently 9 MiB.
171 * Maximal size of an SDCard image file in bytes. Currently 1023 GiB.
175 /** The sdcard string represents a valid number but the size is outside of the allowed range. */
177 /** The sdcard string looks like a size number+suffix but the number failed to decode. *
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 5 First, you need to get an SD card or sdcard image that has page cycler tests.
9 run_page_cycler.py "file:///sdcard/webkit/page_cycler/moz/start.html\?auto=1\&iterations=10"
35 print "need a URL, e.g. file:///sdcard/webkit/page_cycler/moz/start.html\?auto=1\&iterations=10"
108 # Pull results from /sdcard/load_test_result.txt
116 result_file = "/sdcard/load_test_result.txt"

Completed in 4210 milliseconds

1 2