Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/tpm_simulator_manager/
Dtpm_simulator_manager.cpp68 std::unique_ptr<FILE, int(*)(FILE*)> stdout_file( in main() local
80 while (getline(&lineptr, &size, stdout_file.get()) >= 0) { in main()