Home
last modified time | relevance | path

Searched refs:com (Results 1 – 9 of 9) sorted by relevance

/system/core/libmincrypt/tools/
DDumpPublicKey.mf1 Main-Class: com.android.dumpkey.DumpPublicKey
DDumpPublicKey.java17 package com.android.dumpkey;
/system/core/rootdir/etc/
Dinit.goldfish.rc23 setprop ro.com.google.locationfeatures 1
31 # setprop ro.config.google_account username@gmail.com:password
/system/core/sh/
Dnodes.c189 calcsize(n->nnot.com);
291 new->nnot.com = copynode(n->nnot.com);
Dnodes.h130 union node *com; member
Dparser.c279 n2->nnot.com = n1; in pipeline()
520 n2->nnot.com = n1; in command()
597 n2->nnot.com = n; in simplecmd()
Dnodetypes143 com nodeptr
DTOUR264 no string copying is needed to create the environment of a com-
312 CD.C: This file defines the cd and pwd builtins. The pwd com-
315 remembers the current directory and updates it when the cd com-
Deval.c290 evaltree(n->nnot.com, EV_TESTED); in evaltree()