Searched refs:open_output_file (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 1146 static int open_output_file(const char* file_name, bool recreate, int permissions) { in open_output_file() function 1347 open_output_file(image_path.c_str(), true /*recreate*/, 0600 /*permissions*/), in maybe_open_app_image() 1375 unique_fd swap_fd(open_output_file( in maybe_open_dexopt_swap_file() 1509 open_output_file(out_vdex_path_str.c_str(), /*recreate*/true, /*permissions*/0644), in open_vdex_files_for_dex2oat() 1536 open_output_file(out_oat_path, /*recreate*/true, /*permissions*/0644), in open_oat_out_file()
|