HomeSort by relevance Sort by last modified time
    Searched refs:chmod_ret (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/dumpstate/
utils.c 544 int chmod_ret = fchmod(fd, 0666); local
545 if (chmod_ret < 0) {
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 1261 int chmod_ret = 0; local
1263 chmod_ret = chmod(tmp_name, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
1265 if (chmod_ret != 0 || rename(tmp_name, name) != 0)
    [all...]

Completed in 169 milliseconds