Home
last modified time | relevance | path

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

/lib/efi_loader/
A Defi_bootmgr.c74 struct efi_device_path *rem, *full_path; in expand_media_path() local
93 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() local
271 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()
A Defi_disk.c327 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path() argument
336 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path()
A Defi_device_path.c1043 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path, in efi_dp_split_file_path() argument
1051 dp = efi_dp_dup(full_path); in efi_dp_split_file_path()
/lib/mbedtls/external/mbedtls/scripts/
A Dabi_check.py296 full_path = os.path.join(directory, filename)
297 with open(full_path) as fd:

Completed in 31 milliseconds