OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUwMacaroonCaveatScopeTypeUser
(Results
1 - 4
of
4
) sorted by null
/external/libweave/third_party/libuweave/src/
macaroon_caveat.h
39
kUwMacaroonCaveatScopeTypeUser
= 14,
macaroon.c
147
} else if (scope <=
kUwMacaroonCaveatScopeTypeUser
) {
148
return
kUwMacaroonCaveatScopeTypeUser
;
macaroon_caveat.c
40
case
kUwMacaroonCaveatScopeTypeUser
:
/external/libweave/src/privet/
auth_manager.cc
250
return
kUwMacaroonCaveatScopeTypeUser
;
266
if (scope <=
kUwMacaroonCaveatScopeTypeUser
)
Completed in 42 milliseconds