Searched refs:os_pushresult (Results 1 – 1 of 1) sorted by relevance
23 static int os_pushresult (lua_State *L, int i, const char *filename) { in os_pushresult() function46 return os_pushresult(L, remove(filename) == 0, filename); in os_remove()53 return os_pushresult(L, rename(fromname, toname) == 0, fromname); in os_rename()