Home | History | Annotate | Download | only in installd

Lines Matching refs:strcpy

376                     strcpy(dirpos, name);
389 strcpy(tmpdir, android_media_dir.path);
401 strcpy(dirpos, name);
788 strcpy(dex2oat_compiler_filter_arg, "--compiler-filter=verify-none");
791 strcpy(dex2oat_compiler_filter_arg, "--compiler-filter=interpret-only");
926 strcpy(out_path, apk_path);
929 strcpy(end, ".odex");
941 strcpy(in_odex_path, apk_path);
948 strcpy(end + 1, instruction_set); // in_odex_path now is /system/framework/<isa>\0
954 strcpy(end + 1, "odex");
996 strcpy(swap_file_name, out_path);
997 strcpy(swap_file_name + strlen(out_path), ".swap");
1192 strcpy(srcpath+srcend+1, name);
1193 strcpy(dstpath+dstend+1, name);
1291 strcpy(dstpkg, buf+bufp);
1298 strcpy(srcpkg, div);