HomeSort by relevance Sort by last modified time
    Searched refs:mode_t (Results 226 - 250 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/syscall/
zsysnum_freebsd_arm.go 162 SYS_LCHMOD = 274 // { int lchmod(char *path, mode_t mode); }
306 SYS_FCHMODAT = 490 // { int fchmodat(int fd, char *path, mode_t mode, \
312 SYS_MKDIRAT = 496 // { int mkdirat(int fd, char *path, mode_t mode); }
313 SYS_MKFIFOAT = 497 // { int mkfifoat(int fd, char *path, mode_t mode); }
314 SYS_MKNODAT = 498 // { int mknodat(int fd, char *path, mode_t mode, \
zsysnum_dragonfly_amd64.go 162 SYS_LCHMOD = 274 // { int lchmod(char *path, mode_t mode); }
292 SYS_MKDIRAT = 524 // { int mkdirat(int fd, char *path, mode_t mode); }
293 SYS_MKFIFOAT = 525 // { int mkfifoat(int fd, char *path, mode_t mode); }
294 SYS_MKNODAT = 526 // { int mknodat(int fd, char *path, mode_t mode, \
  /bootable/recovery/tests/component/
install_test.cpp 284 ASSERT_EQ(static_cast<mode_t>(0755), sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO));
297 ASSERT_EQ(static_cast<mode_t>(0755), sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO));
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 334 mode_t newmode;
349 newmode = (mode_t)(Attributes << S_EFISHIFT) | S_ACC_READ;
  /external/libchrome/base/memory/
shared_memory_unittest.cc 510 explicit ScopedUmaskSetter(mode_t target_mask) {
515 mode_t old_umask_;
shared_memory_posix.cc 149 const mode_t kOwnerOnly = S_IRUSR | S_IWUSR;
  /external/linux-kselftest/tools/testing/selftests/memfd/
memfd_test.c 221 static int mfd_assert_open(int fd, int flags, mode_t mode)
236 static void mfd_fail_open(int fd, int flags, mode_t mode)
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_dragonfly_amd64.go 162 SYS_LCHMOD = 274 // { int lchmod(char *path, mode_t mode); }
292 SYS_MKDIRAT = 524 // { int mkdirat(int fd, char *path, mode_t mode); }
293 SYS_MKFIFOAT = 525 // { int mkfifoat(int fd, char *path, mode_t mode); }
294 SYS_MKNODAT = 526 // { int mknodat(int fd, char *path, mode_t mode, \
  /system/core/adb/
file_sync_service.cpp 200 mode_t mode, std::vector<char>& buffer, bool do_unlink) {
378 mode_t mode = strtoul(spec.substr(comma + 1).c_str(), nullptr, 0);
file_sync_client.cpp 66 static bool should_pull_file(mode_t mode) {
70 static bool should_push_file(mode_t mode) {
678 mode_t mode, bool sync) {
    [all...]
  /bionic/tests/
fcntl_test.cpp 309 const mode_t perms = S_IRUSR | S_IWUSR;
  /external/honggfuzz/libcommon/
files.c 197 mode_t dstFilePerms;
  /external/iproute2/include/
utils.h 256 int make_path(const char *path, mode_t mode);
  /external/python/cpython3/Include/
pyport.h 515 #include <sys/types.h> /* we need to import mode_t */
516 extern char * _getpty(int *, int, mode_t, int);
  /external/selinux/libselinux/utils/
sefcontext_compile.c 86 * mode_t for <= SELINUX_COMPILED_FCONTEXT_PCRE_VERS
180 mode_t mode = specs[i].mode;
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
supplicant.cpp 39 constexpr mode_t kConfigFileMode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
  /frameworks/base/cmds/idmap/
scan.cpp 70 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644
  /frameworks/base/tools/aapt2/util/
Files.cpp 105 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP;
  /system/core/base/
file.cpp 105 mode_t mode, uid_t owner, gid_t group,
  /system/core/libprocessgroup/
processgroup.cpp 282 static bool MkdirAndChown(const std::string& path, mode_t mode, uid_t uid, gid_t gid) {
  /system/netd/libnetdutils/
Syscalls.cpp 44 StatusOr<UniqueFd> open(const std::string& pathname, int flags, mode_t mode) const override {
  /external/ppp/pppd/
tty.c 130 mode_t tty_mode = (mode_t)-1; /* Original access permissions to tty */
845 if (tty_mode != (mode_t) -1) {
    [all...]
  /external/selinux/libselinux/src/
label_file.c 360 rc = next_entry(&mode, mmap_area, sizeof(mode_t));
902 mode_t mode = (mode_t)type;
  /external/mksh/src/
funcs.c 1394 mode_t old_umask;
1406 old_umask = umask((mode_t)0);
1427 mode_t new_umask;
1444 old_umask = umask((mode_t)0);
    [all...]
  /external/curl/lib/
ssh-libssh.c 928 (mode_t)data->set.new_directory_perms);
1107 flags, (mode_t)data->set.new_file_perms);
    [all...]

Completed in 805 milliseconds

1 2 3 4 5 6 7 8 91011>>