Searched refs:out_path (Results 1 - 2 of 2) sorted by path

/frameworks/base/tools/layoutlib/rename_font/
H A Dtest.py30 out_path = os.path.join(destdir, font_name)
31 ttx.main([out_path])
32 ttx_path = out_path[:-1] + "x"
/frameworks/native/cmds/installd/
H A Dcommands.c897 char out_path[PKG_PATH_MAX]; local
926 strcpy(out_path, apk_path);
927 end = strrchr(out_path, '.');
930 if (stat(out_path, &dex_stat) == 0) {
935 if (create_cache_path(out_path, apk_path, instruction_set)) {
969 unlink(out_path);
970 out_fd = open(out_path, O_RDWR | O_CREAT | O_EXCL, 0644);
972 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path);
978 ALOGE("installd cannot chmod '%s' during dexopt\n", out_path);
982 ALOGE("installd cannot chown '%s' during dexopt\n", out_path);
[all...]

Completed in 83 milliseconds