Searched refs:not_found_error (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/interprocess/ |
D | errors.hpp | 108 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/ |
D | startup.cpp | 222 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/ |
D | doc_xsi_shared_memory.cpp | 31 if(e.get_error_code() != not_found_error) in remove_old_shared_memory()
|
/third_party/boost/libs/interprocess/test/ |
D | named_creation_template.hpp | 60 BOOST_INTERPROCESS_CHECK(err.get_error_code() == not_found_error); in dont_create_and_open()
|
D | xsi_shared_memory_mapping_test.cpp | 34 if(e.get_error_code() != not_found_error) in remove_shared_memory()
|
D | managed_xsi_shared_memory_test.cpp | 33 if(e.get_error_code() != not_found_error) in remove_shared_memory()
|
/third_party/boost/libs/filesystem/src/ |
D | operations.cpp | 263 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/ |
D | robust_emulation.hpp | 328 if(error_info(system_error_code()).get_error_code() == not_found_error){ in is_owner_dead()
|
D | portable_intermodule_singleton.hpp | 177 if(e.get_error_code() == not_found_error){ in apply_gmem_erase_logic()
|
D | managed_open_or_create_impl.hpp | 384 if(e.get_error_code() != not_found_error){ in priv_open_or_create()
|