HomeSort by relevance Sort by last modified time
    Searched refs:fs_path_config_from_file (Results 1 - 4 of 4) sorted by null

  /system/core/libcutils/include/private/
fs_config.h 43 struct fs_path_config_from_file { struct
  /system/core/libcutils/tests/
fs_config.cpp 160 const fs_path_config_from_file* pc =
161 reinterpret_cast<const fs_path_config_from_file*>(data.c_str());
191 << ((len >= offsetof(fs_path_config_from_file, prefix))
193 "\"%.*s...", (int)(len - offsetof(fs_path_config_from_file, prefix)),
202 pc = reinterpret_cast<const fs_path_config_from_file*>(reinterpret_cast<const char*>(pc) +
  /build/make/tools/fs_config/
fs_config_test.cpp 49 const struct fs_path_config_from_file* pc =
50 reinterpret_cast<const fs_path_config_from_file*>(data.c_str());
69 pc = reinterpret_cast<const fs_path_config_from_file*>(
  /system/core/libcutils/
fs_config.cpp 301 struct fs_path_config_from_file header;
356 struct fs_path_config_from_file* p = (struct fs_path_config_from_file*)buffer;

Completed in 97 milliseconds