/sdk/ |
changes.txt | 74 * Find hardcoded references to "/sdcard" in Java code; these should
|
/sdk/emulator/mksdcard/src/source/ |
mksdcard.c | 122 label = "SDCARD";
|
/system/core/fs_mgr/ |
fs_mgr_fstab.c | 124 * voldmanaged=sdcard:3
|
/system/core/include/private/ |
android_filesystem_config.h | 215 { 00777, AID_ROOT, AID_ROOT, 0, "sdcard" },
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
DeqpTestRunnerTest.java | 44 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; 45 private static final String LOG_FILE_NAME = "/sdcard/TestLog.qpa";
|
/external/chromium_org/chrome/browser/net/ |
chrome_network_delegate.cc | 755 "/sdcard", 756 "/mnt/sdcard",
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 125 + " /mnt/sdcard/tmp.ogg' && adb pull /mnt/sdcard/tmp.ogg\n"
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | [all...] |
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
FileIOInterruptTest.java | 66 if (tmpDirName.startsWith("/sdcard")) { 67 // Vogar execution on device runs in /sdcard. Unfortunately the file system used does not
|
/external/qemu/android/ |
help.c | 123 " also use the -cache and -sdcard options to indicate specific cache partition\n" 168 " sdcard.img an *optional* SD Card partition image\n\n" 185 " -sdcard and -snapstorage.\n\n" 616 " use '-sdcard <file>' to specify a SD Card image file that will be attached\n" 617 " to the emulator. By default, the 'sdcard.img' file is searched in the data\n" [all...] |
/system/core/sdcard/ |
sdcard.c | 17 #define LOG_TAG "sdcard" 50 * sdcard is a program that uses FUSE to emulate FAT-on-sdcard style 235 * across multiple invocation of the sdcard daemon, but that shouldn't [all...] |
/art/runtime/ |
common_runtime_test.cc | 150 // On target, Cannot use /mnt/sdcard because it is mounted noexec, so use subdir of dalvik-cache
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_FilesTest.java | 295 // create file on sdcard and check access via real path
|
/cts/tests/tests/security/src/android/security/cts/ |
SELinuxDomainTest.java | 230 assertDomainHasExecutable("u:r:sdcardd:s0", "/system/bin/sdcard");
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderCustom.java | 193 // Register for events related to sdcard installation.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderCustomSupport.java | 195 // Register for events related to sdcard installation.
|
/external/chromium_org/testing/gtest/test/ |
gtest-filepath_test.cc | 529 return "/sdcard/";
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_backend.py | 91 saved_profile_location = '/sdcard/profile/%s' % profile_base
|
/external/gtest/test/ |
gtest-filepath_test.cc | 529 return "/sdcard/";
|
/external/sepolicy/ |
app.te | 127 # Access SDcard via the fuse mount.
|
file_contexts | 145 /system/bin/sdcard u:object_r:sdcardd_exec:s0
|
/frameworks/base/core/java/android/content/pm/ |
IPackageManager.aidl | 417 * status of sdcard.
|
/frameworks/base/docs/html/guide/topics/data/ |
install-location.jd | 2 page.tags=sdcard,external
|
/frameworks/base/docs/html/tools/devices/ |
managing-avds-cmdline.jd | 316 <td>hw.sdCard</td>
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
MediaEncoderFilter.java | 56 private String mOutputFile = new String("/sdcard/MediaEncoderOut.mp4");
|