Searched refs:open_existing_file (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/interprocess/detail/ |
D | file_locking_helpers.hpp | 109 file_handle_t handle = open_existing_file(name, read_write); in try_open_and_lock_file() 236 int fd = open_existing_file(name, read_write);
|
D | robust_emulation.hpp | 52 file_handle_t fhnd = open_existing_file(file_path, read_write); in remove_if_can_lock_file() 310 file_handle_t fhnd = open_existing_file(file.c_str(), read_write); in is_owner_dead()
|
D | file_wrapper.hpp | 163 m_handle = open_existing_file(filename, mode); in priv_open_or_create()
|
D | os_file_functions.hpp | 143 inline file_handle_t open_existing_file in open_existing_file() function 478 inline file_handle_t open_existing_file
|
/third_party/boost/libs/interprocess/test/ |
D | windows_shared_dir_func.cpp | 61 … ret = ipcdetail::invalid_file() == ipcdetail::open_existing_file(shm_path.c_str(), read_only) ? in main()
|
/third_party/boost/boost/interprocess/ |
D | file_mapping.hpp | 152 m_handle = ipcdetail::open_existing_file(filename, mode); in file_mapping()
|
D | shared_memory_object.hpp | 199 m_handle = ipcdetail::open_existing_file(shmfile.c_str(), mode, true); in priv_open_or_create()
|
/third_party/boost/boost/interprocess/sync/ |
D | file_lock.hpp | 155 m_file_hnd = ipcdetail::open_existing_file(name, read_write); in file_lock()
|