| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | create-spdx-sdk-3.0.bbclass | 23 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 D | topology.hpp | 58 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 D | topology.cpp | 95 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 D | settings.hpp | 12 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 D | settings.cpp | 20 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 D | config.py | 15 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 D | refresh | 18 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 D | compare_gcov_json.py | 19 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 D | build.rs | 9 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 D | meson.options | 10 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 D | settings.hpp | 11 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 D | fuzz-coverage.py | 17 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 D | fuzz-coverage.py | 17 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 D | 0001-sudo.conf.in-fix-conflict-with-multilib.patch | 39 -#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 D | meson.options | 10 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 D | 0001-Add-support-for-persistent-only-settings.patch | 25 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 D | fvp.py | 28 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 D | handlers.hpp | 48 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 D | machine-summary.py | 33 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 D | path.py | 9 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 D | yocto-vars.py | 3 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__.py | 21 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 D | 0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch | 34 - 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 D | meson.options | 5 description: 'Path to FRU YAML', 12 description: 'Path to Properties YAML',
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
| H A D | terminal.py | 9 def get_config_dir() -> pathlib.Path: 12 return pathlib.Path(value) 14 return pathlib.Path.home() / ".config"
|