Searched refs:GetExternalStorageDirectory (Results 1 – 7 of 7) sorted by relevance
50 BASE_EXPORT bool GetExternalStorageDirectory(FilePath* result);
72 bool GetExternalStorageDirectory(FilePath* result) { in GetExternalStorageDirectory() function
57 return base::android::GetExternalStorageDirectory(result); in PathProviderAndroid()
37 ANGLE_UTIL_EXPORT static std::string GetExternalStorageDirectory();
194 std::string AndroidWindow::GetExternalStorageDirectory() in GetExternalStorageDirectory() function in AndroidWindow
456 AndroidWindow::GetExternalStorageDirectory(), in FindTestDataPath()457 AndroidWindow::GetExternalStorageDirectory() + "/third_party/angle"}; in FindTestDataPath()
161 ASSERT_TRUE(android::GetExternalStorageDirectory(&parent_dir)); in SetUp()