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

  /system/bt/stack/btm/
btm_pm.c 83 static const char *mode_to_string(tBTM_PM_MODE mode);
656 mode_to_string(p_cb->state), mode_to_string(md_res.mode));
834 mode_to_string(old_state), mode_to_string(p_cb->state));
1031 static const char *mode_to_string(tBTM_PM_MODE mode) { function
    [all...]
  /external/toybox/toys/other/
stat.c 76 mode_to_string(stat->st_mode, str);
  /external/toybox/lib/
lib.h 279 void mode_to_string(mode_t mode, char *buf);
lib.c 883 void mode_to_string(mode_t mode, char *buf) function
  /external/toybox/toys/posix/
ls.c 434 mode_to_string(mode, tmp);
  /external/toybox/toys/pending/
tar.c 726 mode_to_string(file_hdr->mode, perm);

Completed in 1316 milliseconds