Home | History | Annotate | Download | only in src

Lines Matching full:mkdir

521 			if (mkdir(path, S_IRWXU) == -1) {
544 if (mkdir(path, S_IRWXU) == -1) {
567 if (mkdir(path, S_IRWXU) == -1) {
747 if (mkdir(dst, S_IRWXU) != 0) {
762 if (mkdir(path2, 0700) == -1 ||
853 if (mkdir(path, S_IRWXU) != 0) {
899 if (mkdir(sandbox, S_IRWXU) == -1 ||