OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIG_SRC
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/scripts/
create_all_symlinks.sh
351
ORIG_SRC
="$SRC"
356
ORIG_SRC
="$SRC"
361
ORIG_SRC
="$SRC"
366
ORIG_SRC
="$SRC"
373
SRC="prebuilts/devtools/adt/lib/$
ORIG_SRC
.jar"
376
SRC="out/host/$PLATFORM/framework/$
ORIG_SRC
.jar"
386
die "## Unknown source '$
ORIG_SRC
' to copy in '$DEST'"
/external/libnl/lib/netfilter/
ct_obj.c
133
struct nl_addr *
orig_src
, *orig_dst, *reply_src, *reply_dst;
local
137
orig_src
= nfnl_ct_get_src(ct, 0);
154
if (
orig_src
&& orig_dst && reply_src && reply_dst &&
156
!nl_addr_cmp(
orig_src
, reply_dst) &&
160
dump_addr(p,
orig_src
, orig_sport);
294
diff |= CT_DIFF_ADDR(
ORIG_SRC
, ct_orig.src);
Completed in 366 milliseconds