OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEmbedInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcc/
Script.h
49
bool
mEmbedInfo
;
86
void setEmbedInfo(bool pEnable) {
mEmbedInfo
= pEnable; }
88
bool getEmbedInfo() const { return
mEmbedInfo
; }
/frameworks/compile/libbcc/lib/
Script.cpp
34
mLinkRuntimeCallback(nullptr),
mEmbedInfo
(false), mEmbedGlobalInfo(false),
Completed in 2737 milliseconds