Home
last modified time | relevance | path

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

/aosp14/system/core/libcutils/
H A Dfs_config_test.cpp172 const fs_path_config_from_file* pc = in check_unique()
173 reinterpret_cast<const fs_path_config_from_file*>(data.c_str()); in check_unique()
203 << ((len >= offsetof(fs_path_config_from_file, prefix)) in check_unique()
205 "\"%.*s...", (int)(len - offsetof(fs_path_config_from_file, prefix)), in check_unique()
214 pc = reinterpret_cast<const fs_path_config_from_file*>(reinterpret_cast<const char*>(pc) + in check_unique()
H A Dfs_config.h22 struct fs_path_config_from_file { struct
H A Dfs_config.cpp336 struct fs_path_config_from_file header; in fs_config()