OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listonly
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
file_sync_service.h
82
int do_sync_sync(const char *lpath, const char *rpath, int
listonly
);
file_sync_client.c
674
static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps, int
listonly
)
722
fprintf(stderr,"%spush: %s -> %s\n",
listonly
? "would " : "", ci->src, ci->dst);
723
if(!
listonly
&&
1006
int do_sync_sync(const char *lpath, const char *rpath, int
listonly
)
1017
if(copy_local_dir_remote(fd, lpath, rpath, 1,
listonly
)){
commandline.c
1150
int
listonly
= 0;
local
[
all
...]
Completed in 1566 milliseconds