OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_ID
(Results
1 - 4
of
4
) sorted by null
/external/openssh/contrib/
ssh-copy-id
23
GET_ID
="$
GET_ID
ssh-add -L"
27
if [ -z "`eval $
GET_ID
`" ] && [ -r "${ID_FILE}" ] ; then
28
GET_ID
="cat \"${ID_FILE}\""
31
if [ -z "`eval $
GET_ID
`" ]; then
44
{ eval "$
GET_ID
" ; } | ssh $host "umask 077; test -d ~/.ssh || mkdir ~/.ssh ; cat >> ~/.ssh/authorized_keys" || exit 1
/frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h
38
#define
GET_ID
1
52
* \param option The option to get id or uid, the value includes:
GET_ID
, GET_UID.
/frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c
213
if (option ==
GET_ID
) {
243
if (TRUE == drm_readFromUidTxt(uid, id,
GET_ID
))
540
if (FALSE == drm_readFromUidTxt(uid, &id,
GET_ID
))
drm_api.c
[
all
...]
Completed in 70 milliseconds