Searched refs:S_IWUSR (Results 26 - 39 of 39) sorted by relevance

12

/haiku/src/kits/tracker/
H A DDeskWindow.cpp251 close(open(path.Path(), O_RDONLY | O_CREAT, S_IRUSR | S_IWUSR
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1425 int fd = open(path, O_RDWR | O_NOCACHE, S_IRUSR | S_IWUSR);
1738 int fd = open(swapPath, O_RDWR | O_CREAT | O_NOCACHE, S_IRUSR | S_IWUSR);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c2491 if (mode & S_IWUSR)
2499 if (mode & S_IWUSR)
2959 perm |= S_IWUSR;
2969 perm |= S_IWUSR;
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp281 && (fPermissions.mode & S_IWUSR) != 0))
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp1119 int fd = creat(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1309 #define S_IWUSR FSSH_S_IWUSR macro
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp507 geo.read_only = !(st.st_mode & S_IWUSR);
/haiku/src/build/libroot/
H A Dfs.cpp1358 if ((st.st_mode & S_IWUSR) != 0)
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp1910 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, transaction,
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp618 nameBuffer, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp1853 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/haiku/src/apps/magnify/
H A DMagnify.cpp696 if ((ref = creat(path.Path(), S_IRUSR | S_IWUSR)) >= 0) {
/haiku/src/system/kernel/debug/
H A Ddebug.cpp1451 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp9531 S_IFIFO | S_IRUSR | S_IWUSR, 0, &superVnode, &nodeID);

Completed in 176 milliseconds

12