Searched refs:stored_file_name (Results 1 – 1 of 1) sorted by relevance
554 char stored_file_name[MAX_PATH], real_file_name[MAX_PATH], file_map[MAX_BLK_MAPPING_STR]; in extract_base_fs_allocations() local583 if (sscanf(base_file_line, base_alloc_file_in_format, &stored_file_name, &file_map) in extract_base_fs_allocations()587 if (strlen(stored_file_name) < strlen(mountpoint)) { in extract_base_fs_allocations()590 snprintf(real_file_name, MAX_PATH, "%s%s", directory, stored_file_name + strlen(mountpoint)); in extract_base_fs_allocations()