Searched refs:IsDir (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-filepath.cc | 245 posix::IsDir(file_stat);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-filepath.cc | 241 posix::IsDir(file_stat);
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | toc.c | 42 static int IsDir(char *name) function in typeref:typename:int 67 *numfoldersptr = ScanDir(app_resources.mail_path, namelistptr, IsDir); 161 numFolders = ScanDir(app_resources.mail_path, &namelist, IsDir); 164 numFolders = ScanDir(app_resources.mail_path, &namelist, IsDir);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 1985 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this 1991 inline bool IsDir(const StatStruct& st) { function in namespace:testing::internal::posix 2008 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 2325 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this 2331 inline bool IsDir(const StatStruct& st) { function in namespace:testing::internal::posix 2348 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
|
Completed in 11 milliseconds