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

  /bootable/recovery/mtdutils/
mtdutils.c 223 mode_t new_mode = st.st_mode | S_IXUSR | S_IXGRP | S_IXOTH; local
224 if (new_mode != st.st_mode) {
226 rv = chmod(mount_point, new_mode);
  /external/selinux/policycoreutils/semodule/
semodule.c 145 /* Sets the global mode variable to new_mode, but only if no other
147 static void set_mode(enum client_modes new_mode, char *arg)
157 commands[num_commands].mode = new_mode;
  /system/bt/stack/btm/
btm_ble_gap.c 1744 UINT8 new_mode = BTM_BLE_ADV_ENABLE; local
1850 UINT8 new_mode = BTM_BLE_ADV_ENABLE; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 2277 unsigned int new_mode = mode ? IW_MODE_ADHOC : IW_MODE_INFRA; local
    [all...]

Completed in 125 milliseconds