Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h175 static std::string GetCommonIccEFPath(EFId efid);
176 static std::string GetUsimEFPath(EFId efid);
Dsim_service.cpp65 std::string SimService::SimFileSystem::GetCommonIccEFPath(EFId efid) { in GetCommonIccEFPath() argument
66 switch (efid) { in GetCommonIccEFPath()
90 std::string SimService::SimFileSystem::GetUsimEFPath(EFId efid) { in GetUsimEFPath() argument
91 switch(efid) { in GetUsimEFPath()
133 std::string path = GetCommonIccEFPath(efid); in GetUsimEFPath()