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);
627 LOG_DEBUG("%s switching from %s to %s.", __func__, mode_to_string(p_cb->state), mode_to_string(md_res.mode));
805 LOG_DEBUG("%s switched from %s to %s.", __func__, mode_to_string(old_state), mode_to_string(p_cb->state));
999 static const char *mode_to_string(tBTM_PM_MODE mode) { function
  /external/toybox/toys/other/
stat.c 69 mode_to_string(stat->st_mode, str);
  /external/toybox/lib/
lib.h 222 void mode_to_string(mode_t mode, char *buf);
lib.c 775 void mode_to_string(mode_t mode, char *buf) function
  /external/toybox/toys/posix/
ls.c 425 mode_to_string(mode, perm);
  /external/toybox/toys/pending/
tar.c 726 mode_to_string(file_hdr->mode, perm);

Completed in 90 milliseconds