Searched refs:out_path (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/rename_font/ |
D | test.py | 30 out_path = os.path.join(destdir, font_name) 31 ttx.main([out_path]) 32 ttx_path = out_path[:-1] + "x"
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 1360 const char* oat_dir, /*out*/ char* out_path) { in create_oat_out_path() argument 1375 if (!calculate_oat_file_path(out_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path() 1379 if (!create_cache_path(out_path, apk_path, instruction_set)) { in create_oat_out_path() 1397 char out_path[PKG_PATH_MAX]; in dexopt() local 1426 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, out_path)) { in dexopt() 1443 input_file = out_path; in dexopt() 1460 out_fd = open_output_file(out_path, /*recreate*/true, /*permissions*/0644); in dexopt() 1462 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path); in dexopt() 1465 if (!set_permissions_and_ownership(out_fd, is_public, uid, out_path)) { in dexopt() 1472 strcpy(swap_file_name, out_path); in dexopt() [all …]
|