Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/
H A Dfile_utils.cpp160 const std::string& u8_path_new) in renameU8Path() argument
164 StringUtils::utf8ToWide(u8_path_new).c_str()); in renameU8Path()
166 return rename(u8_path_old.c_str(), u8_path_new.c_str()); in renameU8Path()
H A Dfile_utils.hpp40 const std::string& u8_path_new);