Home
last modified time | relevance | path

Searched refs:find_handle (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc156 HANDLE find_handle = FindFirstFileA((name + "/*").c_str(), &find_data); in DeleteRecursively() local
157 if (find_handle == INVALID_HANDLE_VALUE) { in DeleteRecursively()
175 } while(FindNextFileA(find_handle, &find_data)); in DeleteRecursively()
176 FindClose(find_handle); in DeleteRecursively()
/third_party/ninja/src/
H A Ddisk_interface.cc109 HANDLE find_handle = FindFirstFileExA((dir + "\\*").c_str(), level, &ffd, in StatAllFilesInDir() local
112 if (find_handle == INVALID_HANDLE_VALUE) { in StatAllFilesInDir()
130 } while (FindNextFileA(find_handle, &ffd)); in StatAllFilesInDir()
131 FindClose(find_handle); in StatAllFilesInDir()

Completed in 1 milliseconds