Home
last modified time | relevance | path

Searched refs:get_temporary_path (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_managed_copy_on_write.cpp30 std::string managed_file_name(boost::interprocess::ipcdetail::get_temporary_path()); in main()
33 std::string managed_file2_name(boost::interprocess::ipcdetail::get_temporary_path()); in main()
Ddoc_managed_mapped_file.cpp34 std::string file(boost::interprocess::ipcdetail::get_temporary_path()); in main()
Ddoc_file_mapping.cpp32 std::string file_name(boost::interprocess::ipcdetail::get_temporary_path()); in main()
Ddoc_unique_ptr.cpp56 std::string mapped_file(boost::interprocess::ipcdetail::get_temporary_path()); in main()
Ddoc_shared_ptr.cpp54 std::string mapped_file(boost::interprocess::ipcdetail::get_temporary_path()); in main()
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp108 inline bool get_temporary_path(char *buffer, std::size_t buf_len, std::size_t &required_len) in get_temporary_path() function
431 inline bool get_temporary_path(char *buffer, std::size_t buf_len, std::size_t &required_len)
726 inline std::string get_temporary_path() in get_temporary_path() function
729 get_temporary_path(0, 0, required_len); in get_temporary_path()
731 get_temporary_path(&ret_str[0], ret_str.size(), required_len); in get_temporary_path()
/third_party/boost/libs/interprocess/test/
Dwindows_shared_dir_func.cpp30 shared_dir = boost::interprocess::ipcdetail::get_temporary_path(); in get_shared_dir()
Dfile_lock_test.cpp24 std::string ret (ipcdetail::get_temporary_path()); in get_filename()
Dmapped_file_test.cpp31 std::string ret (ipcdetail::get_temporary_path()); in get_filename()
Dxsi_shared_memory_mapping_test.cpp54 std::string ret (ipcdetail::get_temporary_path()); in get_filename()
Dfile_mapping_test.cpp25 std::string ret (ipcdetail::get_temporary_path()); in get_filename()
Dmanaged_xsi_shared_memory_test.cpp53 std::string ret (ipcdetail::get_temporary_path()); in get_filename()
Dmanaged_mapped_file_test.cpp26 std::string ret (ipcdetail::get_temporary_path()); in get_filename()