OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srcarg
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/arch/generic/
Call.c
70
int
srcArg
, dstArg;
78
srcArg
= 0;
81
srcArg
= 1;
/system/core/adb/
commandline.c
54
int find_sync_dirs(const char *
srcarg
,
1044
char *
srcarg
, *android_srcpath, *data_srcpath;
local
1048
srcarg
= NULL;
1051
srcarg
= argv[1];
1055
ret = find_sync_dirs(
srcarg
, &android_srcpath, &data_srcpath);
[
all
...]
Completed in 119 milliseconds