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.c | 897 char out_path[PKG_PATH_MAX]; in dexopt() local 926 strcpy(out_path, apk_path); in dexopt() 927 end = strrchr(out_path, '.'); in dexopt() 930 if (stat(out_path, &dex_stat) == 0) { in dexopt() 935 if (create_cache_path(out_path, apk_path, instruction_set)) { in dexopt() 969 unlink(out_path); in dexopt() 970 out_fd = open(out_path, O_RDWR | O_CREAT | O_EXCL, 0644); in dexopt() 972 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path); in dexopt() 978 ALOGE("installd cannot chmod '%s' during dexopt\n", out_path); in dexopt() 982 ALOGE("installd cannot chown '%s' during dexopt\n", out_path); in dexopt() [all …]
|