Home
last modified time | relevance | path

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

/system/core/libcutils/tests/
Dfs_config.cpp160 const fs_path_config_from_file* pc = in check_unique()
161 reinterpret_cast<const fs_path_config_from_file*>(data.c_str()); in check_unique()
191 << ((len >= offsetof(fs_path_config_from_file, prefix)) in check_unique()
193 "\"%.*s...", (int)(len - offsetof(fs_path_config_from_file, prefix)), in check_unique()
202 pc = reinterpret_cast<const fs_path_config_from_file*>(reinterpret_cast<const char*>(pc) + in check_unique()
/system/core/libcutils/include/private/
Dfs_config.h43 struct fs_path_config_from_file { struct
/system/core/libcutils/
Dfs_config.cpp301 struct fs_path_config_from_file header; in fs_config()
356 struct fs_path_config_from_file* p = (struct fs_path_config_from_file*)buffer; in fs_config_generate()