Home
last modified time | relevance | path

Searched refs:strPattern (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp284 std::string strPattern; // Pattern in delete_subdirectories_recursive() local
288 strPattern = refcstrRootDirectory + "\\*.*"; in delete_subdirectories_recursive()
289 hFile = winapi::find_first_file(strPattern.c_str(), &FileInformation); in delete_subdirectories_recursive()