HomeSort by relevance Sort by last modified time
    Searched refs:external_storage (Results 1 - 4 of 4) sorted by null

  /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());
  /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) {
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 66 setContentView(R.layout.external_storage);
  /external/chromium_org/build/android/pylib/
android_commands.py 308 self._external_storage = self.RunShellCommand('echo $EXTERNAL_STORAGE')[0]
309 assert self._external_storage, 'Unable to find $EXTERNAL_STORAGE'
516 external_storage = self.GetExternalStorage()
518 output = self.RunShellCommand('ls ' + external_storage)
    [all...]

Completed in 219 milliseconds