Searched refs:verification_dest (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c1543 char verification_dest[PATH_MAX]; local
1592 snprintf(verification_dest, sizeof(verification_dest), where, get_basename(verification_file));
1594 if (!strcmp(apk_dest, verification_dest)) {
1608 err = do_sync_push(verification_file, verification_dest, 0 /* no verify APK */);
1612 argv[file_arg + 1] = verification_dest; /* destination name, not source location */
1620 delete_file(transport, serial, verification_dest);

Completed in 255 milliseconds