Home
last modified time | relevance | path

Searched refs:open_existing_file (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp109 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);
Drobust_emulation.hpp52 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()
Dfile_wrapper.hpp163 m_handle = open_existing_file(filename, mode); in priv_open_or_create()
Dos_file_functions.hpp143 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/
Dwindows_shared_dir_func.cpp61 … ret = ipcdetail::invalid_file() == ipcdetail::open_existing_file(shm_path.c_str(), read_only) ? in main()
/third_party/boost/boost/interprocess/
Dfile_mapping.hpp152 m_handle = ipcdetail::open_existing_file(filename, mode); in file_mapping()
Dshared_memory_object.hpp199 m_handle = ipcdetail::open_existing_file(shmfile.c_str(), mode, true); in priv_open_or_create()
/third_party/boost/boost/interprocess/sync/
Dfile_lock.hpp155 m_file_hnd = ipcdetail::open_existing_file(name, read_write); in file_lock()