Home
last modified time | relevance | path

Searched refs:fs_path_config (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libcutils/
H A Dfs_config_test.cpp31 extern const fs_path_config* __for_testing_only__android_dirs;
32 extern const fs_path_config* __for_testing_only__android_files;
128 static bool check_unique(const fs_path_config* paths, const char* type_name, in check_unique()
223 void check_two(const fs_path_config* paths, const char* type_name, const char* prefix) { in check_two()
H A Dfs_config.h31 struct fs_path_config { struct
H A Dfs_config.cpp59 static const struct fs_path_config android_dirs[] = {
143 static const struct fs_path_config android_files[] = {
326 const struct fs_path_config* pc; in fs_config()