OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetExternalStorageDirectory
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/test/testsupport/android/
root_path_android_chromium.cc
25
base::android::
GetExternalStorageDirectory
(&root_path);
/external/chromium_org/base/
base_paths_android.cc
41
return base::android::
GetExternalStorageDirectory
(result);
51
return base::android::
GetExternalStorageDirectory
(result);
/external/chromium_org/base/android/
path_utils.h
45
BASE_EXPORT bool
GetExternalStorageDirectory
(FilePath* result);
path_utils.cc
62
bool
GetExternalStorageDirectory
(FilePath* result) {
/external/chromium_org/base/test/
test_support_android.cc
145
return base::android::
GetExternalStorageDirectory
(result);
Completed in 198 milliseconds