Home
last modified time | relevance | path

Searched refs:GetNativeLibraryDirectory (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/android/
Dpath_utils.h46 BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result);
Dpath_utils_unittest.cc56 GetNativeLibraryDirectory(&path); in TEST_F()
Dpath_utils.cc63 bool GetNativeLibraryDirectory(FilePath* result) { in GetNativeLibraryDirectory() function
/external/cronet/base/android/
Dpath_utils.h50 BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result);
Dpath_utils_unittest.cc56 GetNativeLibraryDirectory(&path); in TEST_F()
Dpath_utils.cc75 bool GetNativeLibraryDirectory(FilePath* result) { in GetNativeLibraryDirectory() function
/external/libchrome/base/
Dbase_paths_android.cc37 return base::android::GetNativeLibraryDirectory(result); in PathProviderAndroid()
/external/cronet/base/
Dbase_paths_android.cc42 return base::android::GetNativeLibraryDirectory(result); in PathProviderAndroid()