Home
last modified time | relevance | path

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

12

/openbmc/obmc-console/test/
H A Dmeson.build57 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 Dtelnet_execution.py11 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 Dssh_execution.py11 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 Dscp_execution.py11 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 Drootfs.py44 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 Dbootimg-pcbios.py72 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 Disoimage-isohybrid.py449 full_path = creator._full_path(workdir, disk_name, "direct")
463 shutil.copy2(full_path_iso, full_path)
/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py15 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 Dcpuinfo_utils.cpp108 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 Dmeson.build75 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 D0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch58 -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 Dmeson.build32 if f.full_path().endswith('.hpp')
/openbmc/sdbusplus/example/gen/
H A Dmeson.build32 if f.full_path().endswith('.hpp')
/openbmc/phosphor-dbus-interfaces/gen/
H A Dmeson.build32 if f.full_path().endswith('.hpp')
/openbmc/sdbusplus/test/gen/
H A Dmeson.build32 if f.full_path().endswith('.hpp')
/openbmc/phosphor-networkd/gen/
H A Dmeson.build32 if f.full_path().endswith('.hpp')
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py211 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 Dmeson.build1 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 Dmeson.build20 qemu_iotests_env = {'PYTHON': python.full_path()}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch56 - 'SYSTEMD_ASK_PASSWORD_AGENT': systemd_ask_password_agent.full_path(),
/openbmc/phosphor-networkd/
H A Dmeson.build54 p = f.full_path()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass313 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 Defi_disk.c190 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 Dcontrol.py295 no_subdirs=options.no_subdirs, full_path=options.full_path,
/openbmc/libpldm/
H A Dmeson.build71 add_project_arguments('-include', config.full_path(), language: 'c')

12