Home | History | Annotate | Download | only in installd

Lines Matching refs:open_output_file

892 static int open_output_file(const char* file_name, bool recreate, int permissions) {
897 PLOG(ERROR) << "open_output_file: Couldn't unlink " << file_name;
1085 open_output_file(image_path.c_str(), true /*recreate*/, 0600 /*permissions*/),
1118 unique_fd swap_fd(open_output_file(
1229 open_output_file(out_vdex_path_str.c_str(), /*recreate*/true, /*permissions*/0644),
1256 open_output_file(out_oat_path, /*recreate*/true, /*permissions*/0644),