Searched refs:exists (Results 1 - 3 of 3) 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/rootdir/etc/
H A Dinit.testmenu243 if exists /data/singleproc
271 if exists /data/singleproc
306 if exists /data/singleproc
/system/core/adb/
H A Dusb_libusb.c359 int exists = 0; local
367 exists = 1;
374 return exists;

Completed in 351 milliseconds