HomeSort by relevance Sort by last modified time
    Searched refs:GET_ID (Results 1 - 5 of 5) 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...]
  /external/bluetooth/glib/gio/
gfileinfo.c 119 #define GET_ID(_attr_id) \
172 s = attributes[GET_NS(attribute)][GET_ID(attribute)];
    [all...]

Completed in 75 milliseconds