Searched refs:real_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() local590 snprintf(real_file_name, MAX_PATH, "%s%s", directory, stored_file_name + strlen(mountpoint)); in extract_base_fs_allocations()591 if (!access(real_file_name, R_OK)) { in extract_base_fs_allocations()597 real_file_fd = open(real_file_name, O_RDONLY); in extract_base_fs_allocations()604 fs_alloc->filename = strdup(real_file_name); in extract_base_fs_allocations()