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

  /system/extras/tests/sdcard/
testcase.cpp 152 snprintf(total_time, sizeof(total_time), "%s_total", mName);
  /external/openssh/
sftp.c 870 char s_total[FMT_SCALED_STRSIZE]; local
888 strlcpy(s_total, "error", sizeof(s_total));
892 fmt_scaled(st.f_blocks * st.f_frsize, s_total);
895 s_total, s_used, s_avail, s_root,
    [all...]

Completed in 1069 milliseconds