HomeSort by relevance Sort by last modified time
    Searched full:external_storage (Results 1 - 25 of 34) sorted by null

1 2

  /bootable/recovery/etc/
init.rc 10 export EXTERNAL_STORAGE /sdcard
  /device/samsung/manta/
init.smdk5250.rc 8 export EXTERNAL_STORAGE /storage/emulated/legacy
init.manta.rc 10 export EXTERNAL_STORAGE /storage/emulated/legacy
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
MultiUserStorageTest.java 104 return new File(new File(System.getenv("EXTERNAL_STORAGE"), "Android/obb"), file);
116 return new File(System.getenv("EXTERNAL_STORAGE"), file);
  /external/sqlite/android/
sqlite3_android.cpp 173 // We only allow deleting files in the EXTERNAL_STORAGE path, or one of the
176 char const * external_storage = getenv("EXTERNAL_STORAGE"); local
177 if (external_storage && strncmp(external_storage, path, strlen(external_storage)) == 0) {
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 126 * This variant of the test uses "${EXTERNAL_STORAGE}" in the pathname.
138 String externalStorePath = "${EXTERNAL_STORAGE}";
240 * This variant of the test uses "${EXTERNAL_STORAGE}" in the pathname.
243 doTestSyncFiles("${EXTERNAL_STORAGE}");
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 44 new File(System.getenv("EXTERNAL_STORAGE"), "caek"),
  /device/generic/goldfish/
init.goldfish.rc 9 export EXTERNAL_STORAGE /storage/sdcard
  /device/ti/panda/
init.omap4pandaboard.rc 8 export EXTERNAL_STORAGE /storage/emulated/legacy
  /frameworks/base/libs/androidfw/tests/
ObbFile_test.cpp 42 mExternalStorage = getenv("EXTERNAL_STORAGE");
  /external/gtest/src/
gtest-port.cc 510 // Get $EXTERNAL_STORAGE from the environment, since this can change
512 ::std::string external_storage = "/data/nativetest";
513 char *sdcard_path = getenv("EXTERNAL_STORAGE");
515 // Check that $EXTERNAL_STORAGE exists and is writable before trying to use it.
519 external_storage = sdcard_path;
523 external_storage += "/captured_stderr.XXXXXX";
524 char *name_template = strdup(external_storage.c_str());
  /bionic/libc/bionic/
tmpfile.cpp 103 // $EXTERNAL_STORAGE turns out not to be very useful because it doesn't support hard links.
  /build/target/board/vbox_x86/
init.vbox_x86.rc 2 export EXTERNAL_STORAGE /mnt/sdcard
  /device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 6 export EXTERNAL_STORAGE /storage/emulated/legacy
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 67 GetEnv("EXTERNAL_STORAGE"), uid);
  /device/samsung/tuna/
init.tuna.rc 8 export EXTERNAL_STORAGE /storage/emulated/legacy
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 66 setContentView(R.layout.external_storage);
  /docs/source.android.com/src/devices/tech/storage/
index.jd 93 <p>When configuring a device-specific <code>init.rc</code> script, the <code>EXTERNAL_STORAGE</code>
  /frameworks/rs/
rsScriptC.cpp 270 cacheDir = getenv("EXTERNAL_STORAGE");
  /frameworks/base/core/java/android/os/
Environment.java 36 private static final String ENV_EXTERNAL_STORAGE = "EXTERNAL_STORAGE";
127 Log.w(TAG, "EXTERNAL_STORAGE undefined; falling back to default");
  /device/asus/deb/
init.deb.rc 29 export EXTERNAL_STORAGE /storage/emulated/legacy
  /device/asus/flo/
init.flo.rc 28 export EXTERNAL_STORAGE /storage/emulated/legacy
  /device/lge/mako/
init.mako.rc 31 export EXTERNAL_STORAGE /storage/emulated/legacy
  /system/core/adb/
services.c 179 getenv("EXTERNAL_STORAGE"), "force", NULL);
  /build/
envsetup.sh 1063 local sdcard=$(adb shell echo -n '$EXTERNAL_STORAGE')
1106 adb ${adbOptions} shell echo -n \$\{EXTERNAL_STORAGE\}
    [all...]

Completed in 393 milliseconds

1 2