Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.cpp111 auto real_file_path = cuttlefish::AbsolutePath(file); in LoadFromFile() local
112 if (real_file_path.empty()) { in LoadFromFile()
118 std::ifstream ifs = modem::DeviceConfig::open_ifstream_crossplat(real_file_path.c_str()); in LoadFromFile()
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp114 auto real_file_path = AbsolutePath(file); in LoadFromFile() local
115 if (real_file_path.empty()) { in LoadFromFile()
120 std::ifstream ifs(real_file_path); in LoadFromFile()
Dcuttlefish_config.cpp890 auto real_file_path = AbsolutePath(config_file_path.c_str()); in ConfigExists() local
891 return FileExists(real_file_path); in ConfigExists()
903 auto real_file_path = AbsolutePath(file); in LoadFromFile() local
904 if (real_file_path.empty()) { in LoadFromFile()
909 std::ifstream ifs(real_file_path); in LoadFromFile()