OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argsToString
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/ng/include/
keystore_hidl_support.h
43
template <typename... Args> inline static std::string
argsToString
(Args&&... args) {
53
<<
argsToString
(msgs...);
62
<<
argsToString
(msgs...);
/system/security/keystore/include/keystore/
keystore_hidl_support.h
49
template <typename... Args> inline static std::string
argsToString
(Args&&... args) {
59
argsToString
(msgs...).c_str());
68
argsToString
(msgs...).c_str());
Completed in 184 milliseconds