Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp322 if(winapi::get_last_error() != winapi::error_no_more_files){ in delete_subdirectories_recursive()
378 if(winapi::get_last_error() != winapi::error_no_more_files){ in for_each_file_in_dir()
Dwin32_api.hpp457 static const unsigned long error_no_more_files = 18u; variable