Searched refs:IsPathExist (Results 1 – 3 of 3) sorted by relevance
24 bool IsPathExist(const std::string &filePath);
36 bool IsPathExist(const std::string &filePath) in IsPathExist() function
42 if ((flags & GRD_DB_OPEN_CREATE) == 0 && !OSAPI::IsPathExist(path)) { in CheckDBCreate()