OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUwMacaroonCaveatScopeTypeOwner
(Results
1 - 4
of
4
) sorted by null
/external/libweave/third_party/libuweave/src/
macaroon.c
128
.granted_scope =
kUwMacaroonCaveatScopeTypeOwner
,
143
if (scope <=
kUwMacaroonCaveatScopeTypeOwner
) {
144
return
kUwMacaroonCaveatScopeTypeOwner
;
macaroon_caveat.h
37
kUwMacaroonCaveatScopeTypeOwner
= 2,
macaroon_caveat.c
38
case
kUwMacaroonCaveatScopeTypeOwner
:
/external/libweave/src/privet/
auth_manager.cc
254
return
kUwMacaroonCaveatScopeTypeOwner
;
262
if (scope <=
kUwMacaroonCaveatScopeTypeOwner
)
Completed in 69 milliseconds