Home | History | Annotate | Download | only in io

Lines Matching defs:newMode

707             int newMode = set ? (sb.st_mode | mask) : (sb.st_mode & ~mask);
708 Libcore.os.chmod(path, newMode);