Searched refs:targetPath (Results 1 – 7 of 7) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_functions.cpp | 265 std::filesystem::path targetPath = workdir / "target"; in TEST() local 267 functions::process_hostfirmware::writeLink(linkPath.filename(), targetPath, in TEST() 280 auto targetPath = workdir / "target"; in TEST() local 281 std::ofstream link{linkPath}, target{targetPath}; in TEST() 282 functions::process_hostfirmware::writeLink(linkPath.filename(), targetPath, in TEST() 298 auto targetPath = workdir / "target"; in TEST() local 299 std::filesystem::create_directory(targetPath); in TEST() 301 auto filePath = targetPath / "file"; in TEST() 303 functions::process_hostfirmware::writeLink(linkPath.filename(), targetPath, in TEST() 307 EXPECT_EQ(callbackPath, targetPath); in TEST() [all …]
|
/openbmc/openbmc-tools/sensor_yaml_config/ |
H A D | sensor_yaml_config.py | 16 targetPath: str 249 r["path"] = getDimmTempPath(s.targetPath) 264 r["path"] = getCoreTempPath(s.name, s.targetPath) 398 s.targetPath, 402 if "dimm" in s.targetPath.lower(): 405 elif "core" in s.targetPath.lower():
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_base.bbclass | 277 targetPath = os.readlink(linkPath) 278 if not os.path.isabs(targetPath): 279 targetPath = os.path.join(linkDirPath, targetPath) 280 targetPath = norm_path(targetPath) 282 if SCAN_ROOT != os.path.commonprefix( [SCAN_ROOT, targetPath] ): 283 bb.error("Escaping symlink {0!s} --> {1!s}".format(linkPath, targetPath)) 286 if not os.path.exists(targetPath): 287 bb.error("Broken symlink {0!s} --> {1!s}".format(linkPath, targetPath)) 290 if os.path.isdir(targetPath): 291 dir_walk(targetPath)
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | json_parser.cpp | 149 std::string targetPath; in getSensorDefs() local 152 targetPath = sensor["target_path"].get<std::string>(); in getSensorDefs() 183 .targetPath = targetPath, in getSensorDefs()
|
H A D | types.hpp | 110 std::string targetPath; member
|
H A D | fan.cpp | 69 s.targetInterface, s.targetPath, s.factor, s.offset, def.method, in Fan()
|
/openbmc/ipmbbridge/ |
H A D | ipmbbridged.cpp | 815 const std::string& targetPath = channelConfig["slave-path"]; in initializeChannels() local 829 if (channel->ipmbChannelInit(targetPath.c_str()) < 0) in initializeChannels()
|