Searched refs:type_flag (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_tool.cpp | 99 int type_flag, FTW* ftw_buffer); 102 int type_flag, FTW* ftw_buffer); 103 int DumpCommandCallback(const char* path, const struct stat* sb, int type_flag, 158 int ReloadCommandCallback(const char* path, const struct stat*, int type_flag, in ReloadCommandCallback() argument 160 if (type_flag == FTW_F) in ReloadCommandCallback() 165 int DumpCommandCallback(const char* path, const struct stat*, int type_flag, in DumpCommandCallback() argument 167 if (type_flag == FTW_F) in DumpCommandCallback()
|