Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 25 of 266) sorted by relevance

1234567891011

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcreate-spdx-sdk-3.0.bbclass23 from pathlib import Path
25 spdx_work_dir = Path(d.getVar('SPDXSDKWORK'))
31 from pathlib import Path
33 spdx_work_dir = Path(d.getVar('SPDXSDKWORK'))
39 from pathlib import Path
41 spdx_work_dir = Path(d.getVar('SPDXSDKEXTWORK'))
48 from pathlib import Path
50 spdx_work_dir = Path(d.getVar('SPDXSDKEXTWORK'))
58 from pathlib import Path
60 sdk_deploydir = Path(d.getVar("SDKDEPLOYDIR"))
[all …]
/openbmc/entity-manager/src/entity_manager/
H A Dtopology.hpp58 using Path = std::string; typedef in Topology
63 void addDownstreamPort(const Path& path, const nlohmann::json& exposesItem);
70 const std::map<Path, std::set<AssocName>>& pathAssocs);
74 BoardPathsView boardPaths, const Path& upstream, const Path& downstream,
77 void addConfiguredPort(const Path& path, const nlohmann::json& exposesItem);
78 void addPort(const PortType& port, const Path& path,
87 std::unordered_map<PortType, std::map<Path, std::set<AssocName>>> ports;
89 std::unordered_map<Path, BoardType> boardTypes;
90 std::unordered_map<BoardName, Path> boardNames;
95 std::unordered_map<Path, std::set<Path>> probePaths;
H A Dtopology.cpp95 void Topology::addConfiguredPort(const Path& path, in addConfiguredPort()
125 void Topology::addDownstreamPort(const Path& path, in addDownstreamPort()
146 void Topology::addPort(const PortType& port, const Path& path, in addPort()
188 const std::map<Path, std::set<AssocName>>& pathAssocs) in fillAssocsForPortId() argument
219 BoardPathsView boardPaths, const Path& upstream, const Path& downstream, in fillAssocForPortId()
/openbmc/phosphor-state-manager/
H A Dsettings.hpp12 using Path = std::string; typedef
34 explicit Objects(sdbusplus::bus_t& bus, const Path& root = defaultRoot);
50 Service service(const Path& path, const Interface& interface) const;
53 Path autoReboot;
56 Path autoRebootOneTime;
59 Path powerRestorePolicy;
62 Path powerRestorePolicyOneTime;
H A Dsettings.cpp20 Objects::Objects(sdbusplus::bus_t& bus, const Path& root) : bus(bus) in Objects()
33 using MapperResponse = std::map<Path, std::map<Service, Interfaces>>; in Objects()
55 const Path& path = iter.first; in Objects()
100 Service Objects::service(const Path& path, const Interface& interface) const in service()
132 Objects(bus, Path("/xyz/openbmc_project/control/host") + std::to_string(id)) in HostObjects()
/openbmc/qemu/tests/functional/qemu_test/
H A Dconfig.py15 from pathlib import Path
21 return Path(__file__).parent.parent.parent.parent
26 return Path(root)
29 return Path(os.getcwd())
33 return Path(root)
/openbmc/qemu/tests/lcitool/
H A Drefresh18 from pathlib import Path
24 self_dir = Path(__file__).parent
26 dockerfiles_dir = Path(src_dir, "tests", "docker", "dockerfiles")
28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool")
67 filename = Path(src_dir, "tests", "docker", "dockerfiles", host + ".docker")
82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars")
88 filename = Path(src_dir, "tests", "vm", "generated", vm + ".json")
94 filename = Path(src_dir, "scripts", "ci", "setup", os, f"{target}-{arch}.yaml")
/openbmc/qemu/scripts/coverage/
H A Dcompare_gcov_json.py19 from pathlib import Path
26 parser.add_argument('-a', type=Path, default=None,
29 parser.add_argument('-b', type=Path, default=None,
39 def load_json(json_file_path: Path, verbose = False) -> dict[str, set[int]]: argument
48 file_path = Path(filecov["file"])
51 resolved_path = Path(file_path).absolute()
/openbmc/qemu/rust/qemu-api/
H A Dbuild.rs9 use std::{env, fs::remove_file, io::Result, path::Path};
20 let file = Path::new(&file); in main()
21 if !Path::new(&file).exists() { in main()
35 let dest_path = Path::new(&dest_path); in main()
/openbmc/openpower-proc-control/
H A Dmeson.options10 description: 'Path to the phal devtree export filter file',
16 description: 'Path to the devtree export copy file',
22 description: 'Path to the devtree file r/w version',
34 description: 'Path to the devtree attributes based database path',
40 description: 'Path to the phal devtree reinit attribute list file',
/openbmc/phosphor-host-ipmid/
H A Dsettings.hpp11 using Path = std::string; typedef
43 Service service(const Path& path, const Interface& interface) const;
46 std::map<Interface, std::vector<Path>> map;
/openbmc/libpldm/tests/fuzz/
H A Dfuzz-coverage.py17 from pathlib import Path
21 corpus = Path(args.corpus)
22 outdir = Path(args.outdir)
24 for c in Path(args.builddir).glob("**/*.gcda"):
/openbmc/libmctp/tests/fuzz/
H A Dfuzz-coverage.py17 from pathlib import Path
21 corpus = Path(args.corpus)
22 outdir = Path(args.outdir)
24 for c in Path(args.builddir).glob("**/*.gcda"):
/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/
H A D0001-sudo.conf.in-fix-conflict-with-multilib.patch39 -#Path intercept @intercept_file@
40 +#Path intercept $intercept_file
48 -#Path noexec @noexec_file@
49 +#Path noexec $noexec_file
57 -#Path plugin_dir @plugindir@
58 +#Path plugin_dir $plugindir
/openbmc/phosphor-logging/
H A Dmeson.options10 option('yamldir', type: 'string', description: 'Path to YAML')
15 description: 'Path to Callout YAML',
42 description: 'Path to rsyslog server conf file',
55 description: 'Path to the event filter JSON file.',
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch25 std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
34 const std::vector<Path>& paths = objects.map.at(iface);
54 + const Path& regularSetting = paths[0];
72 @@ -116,6 +141,8 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
73 const Path& oneTimeSetting = paths[index];
74 const Path& regularSetting = paths[!index];
81 @@ -131,7 +158,7 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
87 const Path& setting = oneTimeEnabled ? oneTimeSetting : regularSetting;
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py28 image_dir = pathlib.Path(dir_image)
30 basename = pathlib.Path(rootfs)
97 test_log_suffix = pathlib.Path(self.bootlog).suffix
106 test_log_path = pathlib.Path(self.bootlog).parent
107 test_log_suffix = pathlib.Path(self.bootlog).suffix
109 fvp_log_path = pathlib.Path(test_log_path, fvp_log_file)
110 fvp_log_symlink = pathlib.Path(test_log_path, f"{name}_log")
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dhandlers.hpp48 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in propertiesChanged()
66 if (static_cast<const std::string&>(op) != std::get<Path>(obj)) in interfacesAdded()
89 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in interfacesAdded()
107 if (static_cast<const std::string&>(op) != std::get<Path>(obj)) in interfacesRemoved()
123 mgr.removeInterface(std::get<Path>(obj), std::get<Intf>(obj)); in interfacesRemoved()
/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py33 def layer_path(layername: str, d) -> pathlib.Path:
48 layer_path.cache[layername] = pathlib.Path(path)
52 def get_url_for_patch(layer: str, localpath: pathlib.Path, d) -> str: argument
72 localpath = pathlib.Path(bb.fetch.decodeurl(src_uri)[2])
176 def render(self, context, output: pathlib.Path): argument
197 def render(self, context, output: pathlib.Path): argument
204 def render(self, context, output: pathlib.Path): argument
227 parser.add_argument("-o", "--output", type=pathlib.Path, required=True)
/openbmc/sdbusplus/tools/sdbusplus/
H A Dpath.py9 class Path(NamedElement): class
44 Path(segment=True, **s) for s in kwargs.pop("segments", [])
47 super(Path, self).__init__(**kwargs)
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py3 from pathlib import Path
41 poky_cache = Path(app.outdir) / ".poky.yaml.cache"
50 for p in Path(app.srcdir).rglob("*.rst"):
57 poky_cache = Path(app.outdir) / ".poky.yaml.cache"
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/
H A D__init__.py21 from pathlib import Path
36 bitbake_dir = Path(__file__.split('lib/toaster')[0])
45 eventpath = Path(self.eventplay_dir) / eventfile
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch34 - SmallString<128> Path(getDriver().ResourceDir);
35 + SmallString<128> Path(getDriver().SysRoot);
37 + llvm::sys::path::append(Path, "/usr/", ClangLibdirBasename, "clang",
40 llvm::sys::path::append(Path, "lib", getOSLibName());
/openbmc/ipmi-fru-parser/
H A Dmeson.options5 description: 'Path to FRU YAML',
12 description: 'Path to Properties YAML',
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dterminal.py9 def get_config_dir() -> pathlib.Path:
12 return pathlib.Path(value)
14 return pathlib.Path.home() / ".config"

1234567891011