Home
last modified time | relevance | path

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

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