HomeSort by relevance Sort by last modified time
    Searched full:sdcard (Results 26 - 50 of 424) sorted by null

12 3 4 5 6 7 8 91011>>

  /docs/source.android.com/src/devices/tech/storage/
config.jd 59 <code>auto</code>. Here is an example: <code>voldmanaged=sdcard:auto</code>.
61 <code>encryptable=sdcard</code>, and <code>noemulatedsd</code>.</li>
84 implementation is provided by the FUSE daemon in <code>system/core/sdcard</code>, which can
86 <pre><code># virtual sdcard daemon running as media_rw (1023)
87 service sdcard /system/bin/sdcard &lt;source_path&gt; &lt;dest_path&gt; 1023 1023
94 storage. The <code>/sdcard</code> path must also resolve to the same location, possibly
config-example.jd 47 service fuse_sdcard0 /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard0 /storage/sdcard0
81 service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
127 service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
130 service fuse_sdcard1 /system/bin/sdcard -u 1023 -g 1023 -w 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1
  /frameworks/base/docs/html/tools/help/
mksdcard.jd 48 the emulator's <code>-sdcard</code> option. For more information, see <a href=
51 <p>The usage for the <code>-sdcard</code> option is as follows:</p>
52 <pre>emulator -sdcard &lt;file&gt;</pre>
  /development/ndk/platforms/android-14/samples/native-media/res/values/
strings.xml 16 <item>/sdcard/NativeMedia.ts</item>
  /external/bluetooth/bluedroid/conf/
bt_stack.conf 6 BtSnoopFileName=/sdcard/btsnoop_hci.log
  /external/chromium_org/build/android/
host_heartbeat.py 26 'touch /sdcard/host_heartbeat')
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
resource_manager.cc 18 long_audio_file_path_ = "/sdcard/" + filename;
  /external/chromium_org/tools/android/adb_reboot/
adb_reboot.c 34 stat("/sdcard/host_heartbeat", &ft);
  /external/gtest/
README.android 29 TODO: fix /sdcard path in test/gtest-filepath_test.cc.
  /external/openssl/android.testssl/
Uss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
  /cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java 40 return "/sdcard/non_existing_rights.xml";
43 return "/sdcard/dummy_fwdlock_content.dm";
PassthruConfig.java 39 return "/sdcard/dummy_passthru_rights.xml";
42 return "/sdcard/dummy_passthru_content.passthru";
  /device/generic/armv7-a-neon/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 22 This storage will be the primary external storage and should have path="/mnt/sdcard".
28 emulated: the storage is emulated via the FUSE sdcard daemon
  /device/generic/mips/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 22 This storage will be the primary external storage and should have path="/mnt/sdcard".
28 emulated: the storage is emulated via the FUSE sdcard daemon
  /device/generic/x86/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 22 This storage will be the primary external storage and should have path="/mnt/sdcard".
28 emulated: the storage is emulated via the FUSE sdcard daemon
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 36 * <BR> <LI><B>external storage directory (/sdcard on G1) should be world
39 * create a sdcard image file then start emulator with command emulator -sdcard <filepath>
40 * If run this on device, must insert a sdcard into device.
43 * emulator -sdcard <filepath>
134 // test /sdcard dir.
  /external/openssl/
README.android 75 adb push ./android.testssl/CAss.cnf /sdcard/CAss.cnf
76 adb shell openssl req -config /sdcard/CAss.cnf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /sdcard/server.pem -out /sdcard/server.pem
77 adb shell openssl s_server -cert /sdcard/server.pem -www -verify 1
  /packages/experimental/LoaderApp/res/values/
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 -->
56 <string name="config_export_dir" translatable="false">/sdcard</string>
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 577 /* No SD Card emulation, so -sdcard will be ignored */
578 if (opts->sdcard) {
579 dwarning( "Emulated hardware doesn't support SD Cards. -sdcard option ignored." );
580 opts->sdcard = NULL;
583 /* Auto-configure -sdcard if it is not available */
584 if (!opts->sdcard) {
586 /* If -datadir <path> is used, look for a sdcard.img file here */
591 opts->sdcard = strdup(tmp);
597 opts->sdcard = avdInfo_getSdCardPath(avd);
598 if (opts->sdcard != NULL)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CANotifyOnBootActivity.java 24 private File certStagingFile = new File("/sdcard/", CERT_ASSET_NAME);
75 Log.w(TAG, "Problem moving cert file to /sdcard/", ioe);
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 55 * The sdcard should have the target mp3 files.
67 //Make sure there is at least one song in the sdcard
  /dalvik/libdex/
CmdUtils.cpp 135 * On the device we must use /sdcard because most other
142 } else if (access("/sdcard", W_OK) == 0) {
143 sprintf(tempNameBuf, "/sdcard/dex-temp-%d", getpid());
146 "NOTE: /tmp and /sdcard unavailable for temp files\n");
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
netlog_profiler.py 25 dump_file = '/sdcard/net-internals-profile.json'
  /external/qemu/android/filesystems/
fstab_parser_unittest.cpp 25 "/devices/platform/goldfish_mmc.0\t\t\tauto\tvfat defaults voldmanaged=sdcard:auto\n"
  /external/qemu/distrib/jpeg-6b/
Android.mk 22 # use sdcard as libjpeg decoder's backing store

Completed in 1045 milliseconds

12 3 4 5 6 7 8 91011>>