Searched refs:no_slash (Results 1 – 2 of 2) sorted by relevance
194 std::string no_slash(folder.pathname(), 0, folder.pathname().length()-1); in DeleteEmptyFolder() local195 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0; in DeleteEmptyFolder()
168 std::string no_slash(folder.pathname(), 0, folder.pathname().length()-1); in DeleteEmptyFolder() local169 return ::rmdir(no_slash.c_str()) == 0; in DeleteEmptyFolder()