Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_bootmgr.c50 struct efi_device_path *rem, *full_path; in expand_media_path() local
65 full_path = efi_dp_from_file(device_path, in expand_media_path()
68 full_path = efi_dp_dup(device_path); in expand_media_path()
71 full_path = efi_dp_dup(device_path); in expand_media_path()
74 return full_path; in expand_media_path()
A Defi_disk.c329 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path() argument
338 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path()
A Defi_device_path.c1131 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path, in efi_dp_split_file_path() argument
1139 dp = efi_dp_dup(full_path); in efi_dp_split_file_path()
/u-boot/tools/buildman/
A Dcontrol.py356 no_subdirs=options.no_subdirs, full_path=options.full_path,
A Dtoolchain.py175 def MakeEnvironment(self, full_path): argument
204 elif full_path:
A Dbuilderthread.py228 env = self.toolchain.MakeEnvironment(self.builder.full_path)
389 env = result.toolchain.MakeEnvironment(self.builder.full_path)
A Dbuilder.py253 no_subdirs=False, full_path=False, verbose_build=False, argument
328 self.full_path = full_path
/u-boot/include/
A Defi_loader.h822 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path,

Completed in 21 milliseconds