Home
last modified time | relevance | path

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

/system/core/libcutils/include/private/
Dfs_config.h52 struct fs_path_config { struct
77 ssize_t fs_config_generate(char* buffer, size_t length, const struct fs_path_config* pc); argument
/system/core/libcutils/tests/
Dfs_config.cpp30 extern const fs_path_config* __for_testing_only__android_dirs;
31 extern const fs_path_config* __for_testing_only__android_files;
116 static bool check_unique(const fs_path_config* paths, const char* type_name, in check_unique()
211 void check_two(const fs_path_config* paths, const char* type_name, const char* prefix) { in check_two()
/system/core/libcutils/
Dfs_config.cpp62 static const struct fs_path_config android_dirs[] = {
132 static const struct fs_path_config android_files[] = {
291 const struct fs_path_config* pc; in fs_config()
355 ssize_t fs_config_generate(char* buffer, size_t length, const struct fs_path_config* pc) { in fs_config_generate()