Home
last modified time | relevance | path

Searched refs:opath (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-ipmi-sys/
H A Dhandler.cpp141 std::ostringstream opath; in getRxPackets() local
142 opath << "/sys/class/net/" << name << "/statistics/rx_packets"; in getRxPackets()
143 std::string path = opath.str(); in getRxPackets()
181 std::ostringstream opath; in getCpldVersion() local
182 opath << "/run/cpld" << id << ".version"; in getCpldVersion()
186 if (!this->getFs()->exists(opath.str(), ec)) in getCpldVersion()
199 ifs.open(opath.str()); in getCpldVersion()
792 if (!this->getFs()->exists(opath, ec)) in getBMInstanceProperty()
794 stdplus::print(stderr, "Path: '{}' doesn't exist.\n", opath); in getBMInstanceProperty()
803 ifs.open(opath); in getBMInstanceProperty()
[all …]
/openbmc/openpower-occ-control/
H A Dpowermode.cpp807 std::filesystem::path opath = in save()
810 if (!std::filesystem::exists(opath.parent_path())) in save()
812 std::filesystem::create_directory(opath.parent_path()); in save()
817 "FILE", opath); in save()
820 std::ofstream stream{opath.c_str()}; in save()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass166 opath = d.getVar("BB_ORIGENV", False).getVar("PATH")
168 os.environ['PATH'] = path + ":" + opath + ":" + ospath
/openbmc/qemu/hw/9pfs/
H A D9p-local.c102 static void renameat_preserve_errno(int odirfd, const char *opath, int ndirfd, in renameat_preserve_errno() argument
106 qemu_renameat(odirfd, opath, ndirfd, npath); in renameat_preserve_errno()