Searched refs:ISFILE (Results 1 – 1 of 1) sorted by relevance
62 #define ISFILE(filePath) ((filePath.find("\\") == std::string::npos)) macro64 #define ISFILE(filePath) ((filePath.find("/") == std::string::npos)) macro1384 if (ISFILE(databasePath)) { in GetDataBasePath()