Home
last modified time | relevance | path

Searched refs:use_percentage (Results 1 – 1 of 1) sorted by relevance

/system/uapp/df/
A Dmain.cpp111 size_t use_percentage = nodes_total ? nodes_used * 100 / nodes_total : 0; in print_fs_type() local
117 use_percentage, in print_fs_type()
126 size_t use_percentage = bytes_total ? bytes_used * 100 / bytes_total : 0; in print_fs_type() local
131 printf("%5zu%% ", use_percentage); in print_fs_type()
138 size_t use_percentage = blocks_total ? blocks_used * 100 / blocks_total : 0; in print_fs_type() local
144 use_percentage, in print_fs_type()

Completed in 25 milliseconds