Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dmake_ext4fs.c587 char stored_file_name[MAX_PATH], real_file_name[MAX_PATH], file_map[MAX_BLK_MAPPING_STR]; in extract_base_fs_allocations() local
624 snprintf(real_file_name, MAX_PATH, "%s%s", directory, stored_file_name + strlen(mountpoint)); in extract_base_fs_allocations()
625 if (!access(real_file_name, R_OK)) { in extract_base_fs_allocations()
632 real_file_fd = open(real_file_name, O_RDONLY); in extract_base_fs_allocations()
639 fs_alloc->filename = strdup(real_file_name); in extract_base_fs_allocations()