Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h88 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device);
Dvariables.cpp411 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device) { in GetAllPartitionArgsNoSlot() function
Dcommands.cpp130 {FB_VAR_HAS_SLOT, {GetHasSlot, GetAllPartitionArgsNoSlot}}, in GetVarHandler()