Mstdlib-1.24.0
|
Functions | |
const char * | M_fs_progress_get_path (const M_fs_progress_t *p) |
M_fs_type_t | M_fs_progress_get_type (const M_fs_progress_t *p) |
M_fs_error_t | M_fs_progress_get_result (const M_fs_progress_t *p) |
M_uint64 | M_fs_progress_get_count_total (const M_fs_progress_t *p) |
M_uint64 | M_fs_progress_get_count (const M_fs_progress_t *p) |
M_uint64 | M_fs_progress_get_size_total (const M_fs_progress_t *p) |
M_uint64 | M_fs_progress_get_size_total_progess (const M_fs_progress_t *p) |
M_uint64 | M_fs_progress_get_size_current (const M_fs_progress_t *p) |
M_uint64 | M_fs_progress_get_size_current_progress (const M_fs_progress_t *p) |
const char * M_fs_progress_get_path | ( | const M_fs_progress_t * | p | ) |
Get the path.
[in] | p | Progress. |
M_fs_type_t M_fs_progress_get_type | ( | const M_fs_progress_t * | p | ) |
Get file type.
[in] | p | Progress. |
M_fs_error_t M_fs_progress_get_result | ( | const M_fs_progress_t * | p | ) |
Get result of the operation at this stage for the current file being processed.
[in] | p | Progress. |
M_uint64 M_fs_progress_get_count_total | ( | const M_fs_progress_t * | p | ) |
Get total number of files to process.
[in] | p | Progress. |
M_uint64 M_fs_progress_get_count | ( | const M_fs_progress_t * | p | ) |
Get current number being processing.
[in] | p | Progress. |
M_uint64 M_fs_progress_get_size_total | ( | const M_fs_progress_t * | p | ) |
Get the total size of all files.
[in] | p | Progress. |
M_uint64 M_fs_progress_get_size_total_progess | ( | const M_fs_progress_t * | p | ) |
Get total number of bytes that have been processed.
[in] | p | Progress. |
M_uint64 M_fs_progress_get_size_current | ( | const M_fs_progress_t * | p | ) |
Get size of the current file.
[in] | p | Progress. |
M_uint64 M_fs_progress_get_size_current_progress | ( | const M_fs_progress_t * | p | ) |
Get number of bytes of the current file that have been processed.
[in] | p | Progress. |