HomeSort by relevance Sort by last modified time
    Searched full:defmode (Results 1 - 3 of 3) sorted by null

  /external/ltp/lib/
safe_file_ops.c 351 mode_t defmode; local
353 defmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
355 ret = open(pathname, O_CREAT | O_WRONLY, defmode);
  /toolchain/binutils/binutils-2.27/binutils/
windmc.c 247 probe_codepage (rc_uint_type *cp, int *is_uni, const char *pswitch, int defmode)
252 *is_uni = defmode;
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java     [all...]

Completed in 504 milliseconds