HomeSort by relevance Sort by last modified time
    Searched refs:S_IRGRP (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /system/core/sh/
miscbltin.c 244 if ((mask & S_IRGRP) == 0)
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 166 if(buffer-> st_mode & S_IRGRP)
181 if((buffer-> st_mode & S_IRGRP) && (buffer-> st_mode & S_IWGRP))
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 300 (chmod(SUPP_ENTROPY_FILE, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP) != 0)) {
420 (chmod(config_file, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP) != 0)) {
  /external/chromium/base/
file_util.h 578 stat_buf.st_mode &= ~(S_IRUSR | S_IRGRP | S_IROTH);
  /external/e2fsprogs/debugfs/
dump.c 46 { LINUX_S_IRGRP, S_IRGRP },
  /external/ipsec-tools/src/racoon/
session.c 168 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 406 if (chmod(filename.utf8().data(), S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP)) {
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 250 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
  /frameworks/base/services/java/com/android/server/usb/
UsbDebuggingManager.java 276 FileUtils.S_IRGRP, -1, -1);
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 214 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH);
  /external/chromium/chrome/browser/
shell_integration_linux.cc 127 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
  /external/openssh/
defines.h 159 # define S_IRGRP 0000040 /* read permission, group */
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 126 chmod(ctrl->local.sun_path, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP);
  /frameworks/native/cmds/dumpstate/
utils.c 318 int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
  /libcore/luni/src/main/java/java/io/
File.java 670 return doChmod(ownerOnly ? S_IRUSR : (S_IRUSR | S_IRGRP | S_IROTH), readable);
    [all...]
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 274 chmod (filename.c_str (), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
  /external/ppp/pppd/
options.c 1095 return sbuf.st_mode & S_IRGRP;
1098 return sbuf.st_mode & S_IRGRP;
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 339 FileUtils.S_IRGRP | FileUtils.S_IWGRP,
509 FileUtils.S_IRGRP | FileUtils.S_IWGRP,
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 737 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
    [all...]
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 507 mode = S_IRUSR | S_IRGRP | S_IROTH;
  /external/elfutils/libasm/
asm_end.c 512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 323 public static final int S_IRGRP = placeholder();
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 347 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 127 chmod(ctrl->local.sun_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 361 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {

Completed in 1711 milliseconds

1 2 34 5