Searched defs:exists (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/cp/
H A Dutils.c130 * If the file exists and we're interactive, verify with the user.
321 copy_link(FTSENT *p, int exists) argument
331 if (exists && unlink(to.p_path)) {
343 copy_fifo(struct stat *from_stat, int exists) argument
345 if (exists && unlink(to.p_path)) {
357 copy_special(struct stat *from_stat, int exists) argument
359 if (exists && unlink(to.p_path)) {
/system/core/adb/
H A Dusb_libusb.c359 int exists = 0; local
367 exists = 1;
374 return exists;

Completed in 292 milliseconds