Searched refs:shared_dir (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/interprocess/detail/ |
D | shared_dir_helpers.hpp | 130 void get_shared_dir(std::string &shared_dir); 133 inline void get_shared_dir(std::string &shared_dir) in get_shared_dir() argument 136 shared_dir = BOOST_INTERPROCESS_SHARED_DIR_PATH; in get_shared_dir() 138 get_shared_dir_root(shared_dir); in get_shared_dir() 140 shared_dir += "/"; in get_shared_dir() 141 get_bootstamp(shared_dir, true); in get_shared_dir() 154 inline void create_shared_dir_and_clean_old(std::string &shared_dir) in create_shared_dir_and_clean_old() argument 157 get_shared_dir(shared_dir); in create_shared_dir_and_clean_old() 172 get_shared_dir(shared_dir); in create_shared_dir_and_clean_old() 175 if(!create_directory(shared_dir.c_str())){ in create_shared_dir_and_clean_old() [all …]
|
/third_party/boost/libs/interprocess/test/ |
D | windows_shared_dir_func.cpp | 28 inline void get_shared_dir(std::string &shared_dir) in get_shared_dir() argument 30 shared_dir = boost::interprocess::ipcdetail::get_temporary_path(); in get_shared_dir() 31 shared_dir += "/boostipctest_"; in get_shared_dir() 32 shared_dir += boost::interprocess::test::get_process_id_name(); in get_shared_dir() 34 ipcdetail::create_directory(shared_dir.c_str()); in get_shared_dir() 47 std::string shared_dir; in main() local 48 ipcdetail::get_shared_dir(shared_dir); in main() 50 std::string shm_path(shared_dir); in main() 69 ipcdetail::remove_directory(shared_dir.c_str()); in main()
|
/third_party/cef/tools/ |
D | make_distrib.py | 773 shared_dir = os.path.join(tests_dir, 'shared') variable 774 make_dir(shared_dir, options.quiet) 791 'tests/shared/', shared_dir, options.quiet) 793 'tests/shared/', shared_dir, options.quiet) 795 'tests/shared/', shared_dir, options.quiet) 797 'tests/shared/', shared_dir, options.quiet) 985 'tests/shared/', shared_dir, options.quiet) 1137 'tests/shared/', shared_dir, options.quiet) 1139 'tests/shared/', shared_dir, options.quiet) 1251 'tests/shared/', shared_dir, options.quiet)
|
/third_party/boost/libs/interprocess/doc/ |
D | interprocess.qbk | 6664 void get_shared_dir(std::string &shared_dir); 6696 void get_shared_dir(std::string &shared_dir);
|