Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Derrors.hpp108 not_found_error, enumerator
157 { /*ERROR_FILE_NOT_FOUND*/2L, not_found_error },
158 { /*ERROR_PATH_NOT_FOUND*/3L, not_found_error },
159 { /*ERROR_DEV_NOT_EXIST*/55L, not_found_error },
178 { ENOENT, not_found_error },
/third_party/boost/tools/build/src/engine/
Dstartup.cpp222 const char * not_found_error = in bootstrap() local
229 err_printf(not_found_error, b2::cwd_str().c_str(), b2_exe_path.c_str()); in bootstrap()
/third_party/boost/libs/interprocess/example/
Ddoc_xsi_shared_memory.cpp31 if(e.get_error_code() != not_found_error) in remove_old_shared_memory()
/third_party/boost/libs/interprocess/test/
Dnamed_creation_template.hpp60 BOOST_INTERPROCESS_CHECK(err.get_error_code() == not_found_error); in dont_create_and_open()
Dxsi_shared_memory_mapping_test.cpp34 if(e.get_error_code() != not_found_error) in remove_shared_memory()
Dmanaged_xsi_shared_memory_test.cpp33 if(e.get_error_code() != not_found_error) in remove_shared_memory()
/third_party/boost/libs/filesystem/src/
Doperations.cpp263 bool not_found_error(int errval) BOOST_NOEXCEPT; // forward declaration
269 || not_found_error(BOOST_ERRNO); // mitigate possible file system race. See #11166 in remove_directory()
276 || not_found_error(BOOST_ERRNO); // mitigate possible file system race. See #11166 in remove_file()
369 inline bool not_found_error(int errval) BOOST_NOEXCEPT in not_found_error() function
563 inline bool not_found_error(int errval) BOOST_NOEXCEPT in not_found_error() function
671 if (not_found_error(errval)) in process_status_failure()
2245 if (not_found_error(err)) in status()
2343 if (not_found_error(err)) // these are not errors in symlink_status()
/third_party/boost/boost/interprocess/detail/
Drobust_emulation.hpp328 if(error_info(system_error_code()).get_error_code() == not_found_error){ in is_owner_dead()
Dportable_intermodule_singleton.hpp177 if(e.get_error_code() == not_found_error){ in apply_gmem_erase_logic()
Dmanaged_open_or_create_impl.hpp384 if(e.get_error_code() != not_found_error){ in priv_open_or_create()