Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/third_party/bzip2/
DMakefile82 chmod a+x $(PREFIX)/bin/bzip2
83 chmod a+x $(PREFIX)/bin/bunzip2
84 chmod a+x $(PREFIX)/bin/bzcat
85 chmod a+x $(PREFIX)/bin/bzip2recover
87 chmod a+r $(PREFIX)/man/man1/bzip2.1
89 chmod a+r $(PREFIX)/include/bzlib.h
91 chmod a+r $(PREFIX)/lib/libbz2.a
95 chmod a+x $(PREFIX)/bin/bzgrep
98 chmod a+x $(PREFIX)/bin/bzmore
101 chmod a+x $(PREFIX)/bin/bzdiff
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
DMakefile82 chmod a+x $(PREFIX)/bin/bzip2
83 chmod a+x $(PREFIX)/bin/bunzip2
84 chmod a+x $(PREFIX)/bin/bzcat
85 chmod a+x $(PREFIX)/bin/bzip2recover
87 chmod a+r $(PREFIX)/man/man1/bzip2.1
89 chmod a+r $(PREFIX)/include/bzlib.h
91 chmod a+r $(PREFIX)/lib/libbz2.a
95 chmod a+x $(PREFIX)/bin/bzgrep
98 chmod a+x $(PREFIX)/bin/bzmore
101 chmod a+x $(PREFIX)/bin/bzdiff
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
DMakefile82 chmod a+x $(PREFIX)/bin/bzip2
83 chmod a+x $(PREFIX)/bin/bunzip2
84 chmod a+x $(PREFIX)/bin/bzcat
85 chmod a+x $(PREFIX)/bin/bzip2recover
87 chmod a+r $(PREFIX)/man/man1/bzip2.1
89 chmod a+r $(PREFIX)/include/bzlib.h
91 chmod a+r $(PREFIX)/lib/libbz2.a
95 chmod a+x $(PREFIX)/bin/bzgrep
98 chmod a+x $(PREFIX)/bin/bzmore
101 chmod a+x $(PREFIX)/bin/bzdiff
[all …]
/third_party/libexif/doc/
DMakefile.am52 \( -type d -exec chmod 0755 {} \; \) -or \
53 \( -type f -exec chmod 0644 {} \; \)
67 \( -type d -exec chmod 0755 {} \; \) -or \
68 \( -type f -exec chmod 0644 {} \; \)
82 find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \
83 -or \( -type f -exec chmod a+r {} \; \)
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtools64.c48 chmod("./tmp/data/d333", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
49 chmod("./tmp/data/d666", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
50 chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IRWXU | S_IRWXG | in cleanup_function()
121 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path()
129 if (chmod("./tmp/data/d666", (mode_t) S_IRUSR | S_IWUSR | S_IRGRP | in setup_path()
137 if (chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IWUSR | S_IXUSR | in setup_path()
Dtools.c49 chmod("./tmp/data/d333", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
50 chmod("./tmp/data/d666", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
51 chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IRWXU | S_IRWXG | in cleanup_function()
122 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path()
130 if (chmod("./tmp/data/d666", (mode_t) S_IRUSR | S_IWUSR | S_IRGRP | in setup_path()
138 if (chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IWUSR | S_IXUSR | in setup_path()
/third_party/node/deps/npm/node_modules/copy-concurrently/
Dcopy.js50 if (!opts.chmod) opts.chmod = promisify(opts.Promise, fs.chmod)
79 chmod: fs.chmod, property
183 var chmod = opts.chmod || promisify(Promise, fs.chmod)
207 resolve(chmod(to, opts.mode))
/third_party/toybox/tests/
Dmv.test68 chmod a-r file1
120 chmod 400 file1 file2
141 chmod 400 file1 file2
148 chmod 400 file1 file2
155 chmod 400 file1 file2
Dcp.test40 chmod 000 two
47 chmod 000 two
52 chmod 000 sub
108 chmod 644 walrus
Drm.test18 echo "abcdefghijklmnopqrstuvwxyz" > file.txt && chmod 000 file.txt
47 mkdir -p one && touch one/two && chmod 000 one
50 chmod 777 one 2>/dev/null ; rm -rf one
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dchmod.c29 int result = chmod("test.txt", in chmod_0100()
48 int result = chmod("test.txt", S_IRWXU | S_IRWXG | S_IRWXO); in chmod_0200()
62 int result = chmod("data/AAA.txt", in chmod_0300()
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dmove-file.js5 const chmod = BB.promisify(fs.chmod) constant
36 return BB.join(unlink(src), process.platform !== 'win32' && chmod(dest, '0444'))
/third_party/e2fsprogs/tests/
DMakefile.in19 @[ -f test_one ] && chmod u+w test_one || true
28 @chmod +x-w test_one
32 @[ -f test_script ] && chmod u+w test_script || true
36 @chmod +x-w test_script
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dchecker-buildbot.sh77 chmod -R a+r analysis
78 chmod -R go-w analysis
79 find analysis -type d -exec chmod a+x {} \;
/third_party/gettext/libtextstyle/
Dautogen.sh103 $GNULIB_TOOL --copy-file build-aux/config.guess; chmod a+x build-aux/config.guess
104 $GNULIB_TOOL --copy-file build-aux/config.sub; chmod a+x build-aux/config.sub
105 $GNULIB_TOOL --copy-file build-aux/declared.sh lib/declared.sh; chmod a+x lib/declared.sh
106 $GNULIB_TOOL --copy-file build-aux/run-test; chmod a+x build-aux/run-test
/third_party/python/Lib/test/
Dtest_stat.py120 os.chmod(TESTFN, 0o700)
127 os.chmod(TESTFN, 0o070)
134 os.chmod(TESTFN, 0o007)
141 os.chmod(TESTFN, 0o444)
147 os.chmod(TESTFN, 0o700)
156 os.chmod(TESTFN, 0o700)
/third_party/protobuf/
Dfix_permissions.sh4 chmod u+x $file
6 chmod a-x $file
/third_party/mindspore/tests/ut/python/utils/
Dtest_serialize.py97 os.chmod(output_file, stat.S_IWRITE)
118 os.chmod('./parameters.ckpt', stat.S_IWRITE)
142 os.chmod('./parameters.ckpt', stat.S_IWRITE)
172 os.chmod(ckpt_file_name, stat.S_IWUSR | stat.S_IRUSR)
185 os.chmod(another_file_name, stat.S_IWUSR | stat.S_IRUSR)
199 os.chmod(file1, stat.S_IWUSR | stat.S_IRUSR)
201 os.chmod(file2, stat.S_IWUSR | stat.S_IRUSR)
203 os.chmod(file3, stat.S_IWUSR | stat.S_IRUSR)
211 os.chmod(_cur_dir + '/time_file-1_1.ckpt', stat.S_IWRITE)
450 os.chmod(file_name, stat.S_IWRITE)
/third_party/python/Tools/msi/
Duploadrelease.ps193 & $plink -batch $user@$server chmod o+rx $d
118 & $plink -batch $user@$server chmod o+rx $sd
122 & $plink -batch $user@$server chmod g-x,o+r $sd*
127 & $plink -batch $user@$server chmod g-x,o+r $d*
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.mips71 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h
72 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h
73 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h
76 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a
83 chmod a-w *.[ch35] $(DOCS) scripts/*
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.mips71 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h
72 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h
73 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h
76 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a
83 chmod a-w *.[ch35] $(DOCS) scripts/*
Dmakefile.atari67 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h
68 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h
69 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h
/third_party/libpng/scripts/
Dmakefile.mips71 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h
72 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h
73 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h
76 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a
83 chmod a-w *.[ch35] $(DOCS) scripts/*
Dmakefile.atari67 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h
68 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h
69 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h
/third_party/protobuf/python/
Drelease.sh22 chmod +x test-venv/bin/protoc
52 find python -type d -exec chmod a+r,a+x {} +
53 find python -type f -exec chmod a+r {} +

12345678910>>...31