Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp362 auto icc_profile_path = cuttlefish::modem::DeviceConfig::PerInstancePath( in InitializeSimFileSystemAndSimState() local
364 std::string file = icc_profile_path; in InitializeSimFileSystemAndSimState()
366 if (!cuttlefish::FileExists(icc_profile_path) || in InitializeSimFileSystemAndSimState()
367 !cuttlefish::FileHasContent(icc_profile_path.c_str())) { in InitializeSimFileSystemAndSimState()
381 sim_file_system_.file_path = icc_profile_path; in InitializeSimFileSystemAndSimState()