Home
last modified time | relevance | path

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

/system/gsid/include/libgsi/
Dlibgsi.h34 static constexpr char kDsuAvbKeyDir[] = DSU_METADATA_PREFIX "avb/"; variable
/system/core/init/
Dfirst_stage_mount.cpp564 std::filesystem::remove_all(gsi::kDsuAvbKeyDir, ec); in CopyDsuAvbKeys()
566 LOG(ERROR) << "Failed to remove directory " << gsi::kDsuAvbKeyDir << ": " << ec.message(); in CopyDsuAvbKeys()
570 std::filesystem::copy(kRamdiskAvbKeyDir, gsi::kDsuAvbKeyDir, ec); in CopyDsuAvbKeys()
572 LOG(ERROR) << "Failed to copy " << kRamdiskAvbKeyDir << " into " << gsi::kDsuAvbKeyDir in CopyDsuAvbKeys()