Home
last modified time | relevance | path

Searched refs:__for_testing_only__android_dirs (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dfs_config_test.cpp31 extern const fs_path_config* __for_testing_only__android_dirs;
235 check_two(__for_testing_only__android_dirs, "dirs", "vendor/"); in TEST()
243 check_two(__for_testing_only__android_dirs, "dirs", "oem/"); in TEST()
251 check_two(__for_testing_only__android_dirs, "dirs", "odm/"); in TEST()
Dfs_config.cpp100 auto __for_testing_only__android_dirs = android_dirs; variable