HomeSort by relevance Sort by last modified time
    Searched full:sdcard (Results 51 - 75 of 663) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vogar/src/vogar/android/
DeviceFilesystem.java 48 // trying to create /sdcard or /. This might reach dir == null if given a relative path,
49 // otherwise it should terminate with "/sdcard" or "/".
50 while (dir != null && !dir.getPath().equals("/sdcard") && !dir.getPath().equals("/")) {
  /system/sepolicy/
adbd.te 41 # adb push/pull sdcard.
43 allow adbd rootfs:lnk_file r_file_perms; # /sdcard symlink
44 allow adbd tmpfs:lnk_file r_file_perms; # /mnt/sdcard symlink
sdcardd.te 38 # The sdcard daemon should no longer be started from init
  /bootable/recovery/etc/
init.rc 13 export EXTERNAL_STORAGE /sdcard
17 mkdir /sdcard
  /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);
  /device/generic/mini-emulator-arm64/
init.mini-emulator.rc 2 symlink /sdcard /storage/sdcard0
9 # to force to start sdcard
  /device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 2 symlink /sdcard /storage/sdcard0
9 # to force to start sdcard
  /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");
  /device/google/marlin/
vold.fstab 28 dev_mount sdcard /storage/sdcard1 auto /devices/msm_sdcc.2/mmc_host
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
netlog_profiler.py 26 dump_file = '/sdcard/net-internals-profile.json'
  /external/google-breakpad/android/sample_app/
README 31 the minidump files either to your app-specific directory, or to the SDCard
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
BeanShellLanguage.java 30 return "source(\"/sdcard/com.googlecode.bshforandroid/extras/bsh/android.bsh\");\n";
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
ExternalClassLoader.java 28 String dexOutputDir = "/sdcard/dexoutput";
  /frameworks/base/core/res/res/xml/
storage_list.xml 25 android:mountPoint="/storage/sdcard"
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaInserterTest.java 97 values.put("_data", "/mnt/sdcard/file" + ++mFilesCounter);
103 values.put("_data", "/mnt/sdcard/audio" + ++mAudioCounter);
109 values.put("_data", "/mnt/sdcard/video" + ++mVideoCounter);
115 values.put("_data", "/mnt/sdcard/image" + ++mImagesCounter);
  /docs/source.android.com/src/devices/storage/
config.jd 60 <code>auto</code>. Here is an example: <code>voldmanaged=sdcard:auto</code>.
62 <code>encryptable=sdcard</code>, <code>noemulatedsd</code>, and <code>encryptable=userdata</code>.</li>
93 implementation is provided by the FUSE daemon in <code>system/core/sdcard</code>, which can
95 <pre><code># virtual sdcard daemon running as media_rw (1023)
96 service sdcard /system/bin/sdcard &lt;source_path&gt; &lt;dest_path&gt; 1023 1023
103 storage. The <code>/sdcard</code> path must also resolve to the same location, possibly
  /art/test/074-gc-thrash/src/
Main.java 97 File sdcard = new File("/sdcard"); local
98 if (sdcard.exists() && sdcard.isDirectory()) {
99 return "/sdcard/" + OUTPUT_FILE;
  /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/valgrind/
README.android 96 # different if /sdcard doesn't work on the device -- this is
108 --with-tmpdir=/sdcard
117 --with-tmpdir=/sdcard
124 --with-tmpdir=/sdcard
131 --with-tmpdir=/sdcard
203 # permission to write to. The instructions above use /sdcard. If
  /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);
  /external/libgdx/tests/gdx-tests-android/
build.gradle 119 commandLine "$adb", 'shell', 'mkdir', '-p', '/mnt/sdcard/Android/obb/com.badlogic.gdx.tests.android'
123 commandLine "$adb", 'push', 'build/obb/main.1.com.badlogic.gdx.tests.android.obb', '/mnt/sdcard/Android/obb/com.badlogic.gdx.tests.android'
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /platform_testing/tests/functional/otatests/src/com/android/functional/otatests/
VersionCheckingTest.java 36 protected static final String OLD_VERSION = "/sdcard/otatest/version.old";
37 protected static final String NEW_VERSION = "/sdcard/otatest/version.new";

Completed in 4363 milliseconds

1 23 4 5 6 7 8 91011>>