/system/extras/simpleperf/ |
D | cmd_api.cpp | 81 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
|
D | cmd_monitor.cpp | 158 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()
|
D | RecordFilter.h | 65 bool ParseOptions(OptionValueMap& options);
|
D | cmd_trace_sched.cpp | 100 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
|
D | cmd_dumprecord.cpp | 196 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
|
D | RecordFilter.cpp | 24 bool RecordFilter::ParseOptions(OptionValueMap& options) { in ParseOptions() function in simpleperf::RecordFilter
|
D | cmd_kmem.cpp | 309 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
|
D | cmd_merge.cpp | 121 if (!ParseOptions(args)) { in Run() 148 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon017897fa0111::MergeCommand
|
D | RecordFilter_test.cpp | 147 return filter_.ParseOptions(options); in Run()
|
D | cmd_stat.cpp | 434 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
|
D | cmd_debug_unwind.cpp | 620 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
|
D | cmd_report_sample.cpp | 163 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
|
D | cmd_inject.cpp | 136 if (!ParseOptions(args)) { in Run() 162 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon3ce946470111::InjectCommand
|
D | cmd_report.cpp | 437 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
|
D | cmd_record.cpp | 336 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/ |
D | fscrypt.h | 57 bool ParseOptions(const std::string& options_string, EncryptionOptions* options);
|
/system/core/init/ |
D | fscrypt_init_extensions.cpp | 115 if (!ParseOptions(options_string, &policy->options)) { in LookupPolicy()
|
/system/core/fs_mgr/libsnapshot/ |
D | cow_writer.cpp | 103 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/ |
D | cow_writer.h | 121 bool ParseOptions();
|
/system/extras/libfscrypt/tests/ |
D | fscrypt_test.cpp | 44 TEST(fscrypt, ParseOptions) { in TEST() argument
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 176 bool ParseOptions(const std::string& options_string, EncryptionOptions* options) { in ParseOptions() function
|
/system/vold/ |
D | FsCrypt.cpp | 241 if (!ParseOptions(entry->encryption_options, options)) { in get_data_file_encryption_options()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 452 if (!android::fscrypt::ParseOptions(entry.encryption_options, &options)) { in tune_encrypt()
|