Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_thread_properties_test.cpp27 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
40 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
Ddl_test.cpp172 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
184 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
199 chmod(helper.c_str(), 0755); in TEST()
211 chmod(helper.c_str(), 0755); in TEST()
241 chmod(helper.c_str(), 0755); in TEST()
296 chmod(helper.c_str(), 0755); in TEST()
334 chmod(helper.c_str(), 0755); in TEST()
374 chmod(helper.c_str(), 0755); in TEST()
Dcfi_test.cpp150 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
162 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
Dheap_tagging_level_test.cpp201 chmod(helper.c_str(), 0755); in TEST_P()
Delftls_dl_test.cpp82 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
Dunistd_test.cpp1488 ASSERT_EQ(0, chmod(tf.path, 0777)); in TEST()
Ddlext_test.cpp2080 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
/bionic/libc/bionic/
Dchmod.cpp33 int chmod(const char* path, mode_t mode) { in chmod() function
Dfchmod.cpp62 result = chmod(FdPath(fd).c_str(), mode); in fchmod()
/bionic/tests/headers/posix/
Dsys_stat_h.c137 FUNCTION(chmod, int (*f)(const char*, mode_t)); in sys_stat_h()
/bionic/libc/include/sys/
Dstat.h139 int chmod(const char* __path, mode_t __mode);
/bionic/libc/tools/
Dposix-2013.txt106 chmod
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_006.S651 CALL(chmod)
/bionic/tools/versioner/platforms/
Dlibc.map.txt265 chmod;
/bionic/libc/
Dlibc.map.txt265 chmod;
DAndroid.bp1040 "bionic/chmod.cpp",