Searched refs:full_glob (Results 1 – 2 of 2) sorted by relevance
278 void DeleteMatchingFiles(const char* prefix, const char* full_glob) { in DeleteMatchingFiles() argument280 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi in DeleteMatchingFiles()
347 void DeleteMatchingFiles(const char* prefix, const char* full_glob) { in DeleteMatchingFiles() argument349 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi in DeleteMatchingFiles()