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

  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_compatibility_devicetest.py 116 external_storage = under_test.Shell('echo $EXTERNAL_STORAGE')
117 self.assertIsInstance(external_storage, str)
118 self.assertTrue(posixpath.isabs(external_storage))
123 external_storage = under_test.Shell('echo $EXTERNAL_STORAGE').strip()
124 if not external_storage:
129 path = posixpath.join(external_storage, name)
  /external/sqlite/android/
sqlite3_android.cpp 177 // We only allow deleting files in the EXTERNAL_STORAGE path, or one of the
180 char const * external_storage = getenv("EXTERNAL_STORAGE"); local
181 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);

Completed in 151 milliseconds