Home
last modified time | relevance | path

Searched refs:ParseOptions (Results 1 – 23 of 23) sorted by relevance

/system/extras/simpleperf/
Dcmd_api.cpp81 bool ParseOptions(const std::vector<std::string>& args);
94 if (!ParseOptions(args)) { in Run()
104 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anond4db42640111::CollectCommand
Dcmd_monitor.cpp158 bool ParseOptions(const std::vector<std::string>& args);
204 if (!ParseOptions(args)) { in Run()
322 bool MonitorCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon8c2e05d20111::MonitorCommand
342 if (!record_filter_.ParseOptions(options)) { in ParseOptions()
DRecordFilter.h65 bool ParseOptions(OptionValueMap& options);
Dcmd_trace_sched.cpp100 bool ParseOptions(const std::vector<std::string>& args);
120 if (!ParseOptions(args)) { in Run()
138 bool TraceSchedCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon0b2fab1f0111::TraceSchedCommand
Dcmd_dumprecord.cpp196 bool ParseOptions(const std::vector<std::string>& args);
220 if (!ParseOptions(args)) { in Run()
235 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonc4eafc3f0111::DumpRecordCommand
DRecordFilter.cpp24 bool RecordFilter::ParseOptions(OptionValueMap& options) { in ParseOptions() function in simpleperf::RecordFilter
Dcmd_kmem.cpp309 bool ParseOptions(const std::vector<std::string>& args, std::vector<std::string>* left_args);
346 if (!ParseOptions(args, &left_args)) { in Run()
358 bool KmemCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anonbee947b40111::KmemCommand
Dcmd_merge.cpp121 if (!ParseOptions(args)) { in Run()
148 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon017897fa0111::MergeCommand
DRecordFilter_test.cpp147 return filter_.ParseOptions(options); in Run()
Dcmd_stat.cpp434 bool ParseOptions(const std::vector<std::string>& args,
476 if (!ParseOptions(args, &workload_args)) { in Run()
619 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anon32f9a1060211::StatCommand
Dcmd_debug_unwind.cpp620 bool ParseOptions(const std::vector<std::string>& args);
633 if (!ParseOptions(args)) { in Run()
654 bool DebugUnwindCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonc541a1a50111::DebugUnwindCommand
Dcmd_report_sample.cpp163 bool ParseOptions(const std::vector<std::string>& args);
205 if (!ParseOptions(args)) { in Run()
289 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon69c985670111::ReportSampleCommand
Dcmd_inject.cpp136 if (!ParseOptions(args)) { in Run()
162 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon3ce946470111::InjectCommand
Dcmd_report.cpp437 bool ParseOptions(const std::vector<std::string>& args);
481 if (!ParseOptions(args)) { in Run()
511 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonf73725a60111::ReportCommand
Dcmd_record.cpp336 bool ParseOptions(const std::vector<std::string>& args, std::vector<std::string>* non_option_args,
458 if (!ParseOptions(args, &workload_args, &probe_events)) { in Run()
791 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anonf6bdce290111::RecordCommand
876 if (!record_filter_.ParseOptions(options)) { in ParseOptions()
/system/extras/libfscrypt/include/fscrypt/
Dfscrypt.h57 bool ParseOptions(const std::string& options_string, EncryptionOptions* options);
/system/core/init/
Dfscrypt_init_extensions.cpp115 if (!ParseOptions(options_string, &policy->options)) { in LookupPolicy()
/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp103 bool CowWriter::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriter
149 if (!SetFd(fd) || !ParseOptions()) { in Initialize()
162 if (!SetFd(fd) || !ParseOptions()) { in InitializeAppend()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h121 bool ParseOptions();
/system/extras/libfscrypt/tests/
Dfscrypt_test.cpp44 TEST(fscrypt, ParseOptions) { in TEST() argument
/system/extras/libfscrypt/
Dfscrypt.cpp176 bool ParseOptions(const std::string& options_string, EncryptionOptions* options) { in ParseOptions() function
/system/vold/
DFsCrypt.cpp241 if (!ParseOptions(entry->encryption_options, options)) { in get_data_file_encryption_options()
/system/core/fs_mgr/
Dfs_mgr.cpp452 if (!android::fscrypt::ParseOptions(entry.encryption_options, &options)) { in tune_encrypt()