OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadFeatureSection
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/
record_file_reader.cpp
183
bool RecordFileReader::
ReadFeatureSection
(int feature, std::vector<char>* data) {
204
if (!
ReadFeatureSection
(FEAT_CMDLINE, &buf)) {
225
if (!
ReadFeatureSection
(FEAT_BUILD_ID, &buf)) {
245
if (!
ReadFeatureSection
(feature, &buf)) {
record_file.h
126
bool
ReadFeatureSection
(int feature, std::vector<char>* data);
Completed in 52 milliseconds