Lines Matching refs:fout
612 std::ofstream fout(id_map_path, std::ofstream::binary); in WriteStableIdMapToPath() local
613 if (!fout) { in WriteStableIdMapToPath()
621 fout << name << " = " << id << "\n"; in WriteStableIdMapToPath()
624 if (!fout) { in WriteStableIdMapToPath()
933 std::ofstream fout(out_path, std::ofstream::binary); local
934 if (!fout) {
954 if (!generator.Generate(package_name_to_generate, out_package, &fout, fout_text.get())) {
959 if (!fout) {
1005 std::ofstream fout(out_path, std::ofstream::binary); in WriteManifestJavaFile() local
1006 if (!fout) { in WriteManifestJavaFile()
1013 if (!ClassDefinition::WriteJavaFile(manifest_class.get(), package_utf8, true, &fout)) { in WriteManifestJavaFile()
1028 std::ofstream fout(out_path, std::ofstream::binary); in WriteProguardFile() local
1029 if (!fout) { in WriteProguardFile()
1036 proguard::WriteKeepSet(&fout, keep_set); in WriteProguardFile()
1037 if (!fout) { in WriteProguardFile()