Searched refs:FLATBUFFERS_S_IFDIR (Results 1 – 1 of 1) sorted by relevance
92 #define FLATBUFFERS_S_IFDIR _S_IFDIR in DirExists() macro95 #define FLATBUFFERS_S_IFDIR S_IFDIR in DirExists()100 return (file_info.st_mode & FLATBUFFERS_S_IFDIR) != 0; in DirExists()