| /openbmc/obmc-console/test/ |
| H A D | meson.build | 57 args: [socat.full_path(), server.full_path()], 73 args: [socat.full_path(), server.full_path(), client.full_path()],
|
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | telnet_execution.py | 11 full_path = abs_path.split("plugins")[0] variable 12 sys.path.append(full_path) 14 for root, dirs, files in os.walk(full_path):
|
| H A D | ssh_execution.py | 11 full_path = abs_path.split("plugins")[0] variable 12 sys.path.append(full_path) 14 for root, dirs, files in os.walk(full_path):
|
| H A D | scp_execution.py | 11 full_path = abs_path.split("plugins")[0] variable 12 sys.path.append(full_path) 14 for root, dirs, files in os.walk(full_path):
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
| H A D | rootfs.py | 44 full_path = os.path.abspath(os.path.join(rootfs_dir, path)) 45 if not full_path.startswith(os.path.realpath(rootfs_dir)): 49 return full_path 201 full_path = cls.__validate_path("--exclude-path", new_rootfs, path) 203 if not os.path.lexists(full_path): 212 for entry in os.listdir(full_path): 213 full_entry = os.path.join(full_path, entry) 218 rm_cmd = "rm -rf %s" % (full_path)
|
| H A D | bootimg-pcbios.py | 72 full_path = creator._full_path(workdir, disk_name, "direct") 74 disk_name, full_path, disk.min_size) 76 dd_cmd = "dd if=%s of=%s conv=notrunc" % (mbrfile, full_path)
|
| H A D | isoimage-isohybrid.py | 449 full_path = creator._full_path(workdir, disk_name, "direct") 463 shutil.copy2(full_path_iso, full_path)
|
| /openbmc/openbmc-test-automation/ffdc/ |
| H A D | collect_ffdc.py | 15 full_path = abs_path.split("ffdc")[0] variable 16 sys.path.append(full_path) 18 for root, dirs, files in os.walk(full_path):
|
| /openbmc/smbios-mdr/src/ |
| H A D | cpuinfo_utils.cpp | 108 std::string full_path = newState; in updateOsState() local 111 full_path = in updateOsState() 119 full_path); in updateOsState() 123 std::cerr << "Invalid OperatingSystem Status: " << full_path << "\n"; in updateOsState()
|
| /openbmc/google-misc/subprojects/ncsid/test/ |
| H A D | meson.build | 75 script_env.set('NORMALIZE_IP', normalize_ip.full_path()) 77 script_env.set('NORMALIZE_MAC', normalize_mac.full_path())
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/ |
| H A D | 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 58 -test_env.set('GDK_PIXBUF_MODULE_FILE', loaders_cache.full_path()) 62 + test_env.set('GDK_PIXBUF_MODULE_FILE', loaders_cache.full_path())
|
| /openbmc/phosphor-logging/gen/ |
| H A D | meson.build | 32 if f.full_path().endswith('.hpp')
|
| /openbmc/sdbusplus/example/gen/ |
| H A D | meson.build | 32 if f.full_path().endswith('.hpp')
|
| /openbmc/phosphor-dbus-interfaces/gen/ |
| H A D | meson.build | 32 if f.full_path().endswith('.hpp')
|
| /openbmc/sdbusplus/test/gen/ |
| H A D | meson.build | 32 if f.full_path().endswith('.hpp')
|
| /openbmc/phosphor-networkd/gen/ |
| H A D | meson.build | 32 if f.full_path().endswith('.hpp')
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 211 full_path = self._image.path 218 (python, bmaptool, full_path, full_path), self.native_sysroot) 222 exec_cmd("%s %s" % (self.compressor, full_path)) 234 full_path = self._full_path(self.outdir, self.parts[0].disk, extension) 235 msg += ' %s\n\n' % full_path
|
| /openbmc/qemu/docs/ |
| H A D | meson.build | 1 sphinx_build = find_program(fs.parent(python.full_path()) / 'sphinx-build', 37 warning('@0@: @1@'.format(sphinx_build.full_path(), sphinx_build_test_out.stderr()))
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | meson.build | 20 qemu_iotests_env = {'PYTHON': python.full_path()}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/ |
| H A D | 0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch | 56 - 'SYSTEMD_ASK_PASSWORD_AGENT': systemd_ask_password_agent.full_path(),
|
| /openbmc/phosphor-networkd/ |
| H A D | meson.build | 54 p = f.full_path()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | license_image.bbclass | 313 full_path = root + "/" + file 314 if os.path.islink(full_path) and not os.path.exists(full_path): 315 bb.error("broken symlink: " + full_path)
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_disk.c | 190 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path() argument 199 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path()
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | control.py | 295 no_subdirs=options.no_subdirs, full_path=options.full_path,
|
| /openbmc/libpldm/ |
| H A D | meson.build | 71 add_project_arguments('-include', config.full_path(), language: 'c')
|