Home
last modified time | relevance | path

Searched refs:imageFile (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp42 imageFile = dir / "NVRAM-IMAGE"; in SetUp()
45 obj["path"] = imageFile.c_str(); in SetUp()
66 fs::path imageFile; member in TestFileTable
500 ASSERT_EQ(strcmp(value.fsPath.c_str(), imageFile.c_str()), 0); in TEST_F()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py2685 imageFile = tarfile.open(path,'r')
2686 contents = imageFile.getmembers()
2689 imageFile.extract(tf.name, path=tmpDir)