Searched refs:full_path (Results 1 – 4 of 4) sorted by relevance
74 struct efi_device_path *rem, *full_path; in expand_media_path() local93 full_path = efi_dp_from_file(device_path, fname); in expand_media_path()96 full_path = efi_dp_dup(device_path); in expand_media_path()99 full_path = efi_dp_dup(device_path); in expand_media_path()102 return full_path; in expand_media_path()248 struct efi_device_path *device_path, *full_path = NULL; in search_default_file() local271 full_path = expand_media_path(device_path); in search_default_file()272 ret = efi_dp_split_file_path(full_path, &dp, &fp); in search_default_file()293 *loaded_dp = full_path; in search_default_file()299 efi_free_pool(full_path); in search_default_file()
327 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path() argument336 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path()
1043 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path, in efi_dp_split_file_path() argument1051 dp = efi_dp_dup(full_path); in efi_dp_split_file_path()
296 full_path = os.path.join(directory, filename)297 with open(full_path) as fd:
Completed in 31 milliseconds