Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/android/
H A Dpath_utils.h46 BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result);
H A Dpath_utils_unittest.cc56 GetNativeLibraryDirectory(&path); in TEST_F()
H A Dpath_utils.cc63 bool GetNativeLibraryDirectory(FilePath* result) { in GetNativeLibraryDirectory() function
/aosp_15_r20/external/cronet/base/android/
H A Dpath_utils.h50 BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result);
H A Dpath_utils_unittest.cc56 GetNativeLibraryDirectory(&path); in TEST_F()
H A Dpath_utils.cc75 bool GetNativeLibraryDirectory(FilePath* result) { in GetNativeLibraryDirectory() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/android/
Dpath_utils.h49 BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/android/
Dpath_utils.h49 BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result);
/aosp_15_r20/external/libchrome/base/
H A Dbase_paths_android.cc37 return base::android::GetNativeLibraryDirectory(result); in PathProviderAndroid()
/aosp_15_r20/external/cronet/base/
H A Dbase_paths_android.cc42 return base::android::GetNativeLibraryDirectory(result); in PathProviderAndroid()