Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp28 auto lidDirPath = fs::path(LID_STAGING_DIR) / "lid"; variable
500 fs::create_directories(lidDirPath); in processCodeUpdateLid()
517 auto lidNoHeaderPath = fs::path(lidDirPath) / lidFileName.str(); in processCodeUpdateLid()
542 auto rc = executeCmd("/usr/sbin/mksquashfs", lidDirPath.c_str(), in assembleCodeUpdateImage()
600 fs::remove_all(lidDirPath); in assembleCodeUpdateImage()