Home
last modified time | relevance | path

Searched refs:create_new_file (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dfile_wrapper.hpp166 m_handle = create_new_file(filename, mode, perm); in priv_open_or_create()
Drobust_emulation.hpp125 file_handle_t fd2 = create_new_file(fname.c_str(), read_write, p); in robust_mutex_lock_file()
Dos_file_functions.hpp125 inline file_handle_t create_new_file in create_new_file() function
442 inline file_handle_t create_new_file
/third_party/boost/boost/interprocess/
Dshared_memory_object.hpp202 m_handle = ipcdetail::create_new_file(shmfile.c_str(), mode, perm, true); in priv_open_or_create()