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