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

  /external/sqlite/android/
sqlite3_android.cpp 221 // We only allow deleting files in the EXTERNAL_STORAGE path, or one of the
224 char const * external_storage = getenv("EXTERNAL_STORAGE"); local
225 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 31 milliseconds