Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp871 auto real_file_path = cvd::AbsolutePath(file); in LoadFromFile() local
872 if (real_file_path.empty()) { in LoadFromFile()
877 std::ifstream ifs(real_file_path); in LoadFromFile()