Home
last modified time | relevance | path

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

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dmodule_web_server.cpp73 const std::string module_path_tmp = module_path + ".tmp"; in handle_post() local
76 sys::write_file(module_path_tmp, contents); in handle_post()
77 const int rename_result = rename(module_path_tmp.c_str(), module_path.c_str()); in handle_post()