Searched refs:chmod (Results 1 – 16 of 16) sorted by relevance
/bionic/tests/ |
D | sys_thread_properties_test.cpp | 27 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()
|
D | dl_test.cpp | 172 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()
|
D | cfi_test.cpp | 150 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()
|
D | heap_tagging_level_test.cpp | 201 chmod(helper.c_str(), 0755); in TEST_P()
|
D | elftls_dl_test.cpp | 82 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
|
D | unistd_test.cpp | 1488 ASSERT_EQ(0, chmod(tf.path, 0777)); in TEST()
|
D | dlext_test.cpp | 2080 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
|
/bionic/libc/bionic/ |
D | chmod.cpp | 33 int chmod(const char* path, mode_t mode) { in chmod() function
|
D | fchmod.cpp | 62 result = chmod(FdPath(fd).c_str(), mode); in fchmod()
|
/bionic/tests/headers/posix/ |
D | sys_stat_h.c | 137 FUNCTION(chmod, int (*f)(const char*, mode_t)); in sys_stat_h()
|
/bionic/libc/include/sys/ |
D | stat.h | 139 int chmod(const char* __path, mode_t __mode);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 106 chmod
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_006.S | 651 CALL(chmod)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 265 chmod;
|
/bionic/libc/ |
D | libc.map.txt | 265 chmod;
|
D | Android.bp | 1040 "bionic/chmod.cpp",
|