Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Derrors.hpp111 already_exists_error, enumerator
164 { /*ERROR_FILE_EXISTS*/80L, already_exists_error },
165 { /*ERROR_ALREADY_EXISTS*/183L, already_exists_error },
183 { EEXIST, already_exists_error },
Dsegment_manager.hpp1122 throw interprocess_exception(already_exists_error); in priv_generic_named_construct()
/third_party/boost/boost/interprocess/detail/
Dshared_dir_helpers.hpp166 if(info.get_error_code() != already_exists_error){ in create_shared_dir_and_clean_old()
177 if(info.get_error_code() != already_exists_error){ in create_shared_dir_and_clean_old()
Dmanaged_open_or_create_impl.hpp373 if(ex.get_error_code() != already_exists_error){ in priv_open_or_create()
425 throw interprocess_exception(error_info(already_exists_error)); in priv_open_or_create()
Drobust_emulation.hpp132 …else if(error_info(system_error_code()).get_error_code() == already_exists_error){ //must already … in robust_mutex_lock_file()
Dos_file_functions.hpp719 if(info.get_error_code() != already_exists_error){ in open_or_create_directory()
/third_party/boost/libs/interprocess/test/
Dnamed_creation_template.hpp48 BOOST_INTERPROCESS_CHECK(err.get_error_code() == already_exists_error); in open_or_create_then_create()