Searched refs:full_path (Results 1 – 7 of 7) sorted by relevance
/u-boot/tools/buildman/ |
A D | control.py | 324 no_subdirs=options.no_subdirs, full_path=options.full_path,
|
A D | toolchain.py | 174 def MakeEnvironment(self, full_path): argument 196 elif full_path:
|
A D | builderthread.py | 212 env = self.toolchain.MakeEnvironment(self.builder.full_path) 346 env = result.toolchain.MakeEnvironment(self.builder.full_path)
|
A D | builder.py | 235 no_subdirs=False, full_path=False, verbose_build=False, argument 294 self.full_path = full_path
|
/u-boot/lib/efi_loader/ |
A D | efi_disk.c | 290 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path() argument 299 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path()
|
A D | efi_device_path.c | 1066 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path, in efi_dp_split_file_path() argument 1074 dp = efi_dp_dup(full_path); in efi_dp_split_file_path()
|
/u-boot/include/ |
A D | efi_loader.h | 655 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path,
|
Completed in 13 milliseconds