Searched refs:file_flags (Results 1 – 1 of 1) sorted by relevance
1084 std::ofstream file_flags(api_flags_path_.c_str()); in ListApi() local1087 file_flags << entry.first << std::endl; in ListApi()1089 file_flags << entry.first << ","; in ListApi()1090 file_flags << android::base::Join(entry.second, ",") << std::endl; in ListApi()1093 file_flags.close(); in ListApi()