/system/extras/simpleperf/ |
D | cmd_api.cpp | 86 bool ParseOptions(const std::vector<std::string>& args); 99 if (!ParseOptions(args)) { in Run() 109 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon3a1915fd0111::CollectCommand
|
D | cmd_debug_unwind.cpp | 105 bool ParseOptions(const std::vector<std::string>& args); 137 if (!ParseOptions(args)) { in Run() 152 bool DebugUnwindCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in DebugUnwindCommand
|
D | cmd_trace_sched.cpp | 101 bool ParseOptions(const std::vector<std::string>& args); 121 if (!ParseOptions(args)) { in Run() 139 bool TraceSchedCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon8cf007b80111::TraceSchedCommand
|
D | cmd_dumprecord.cpp | 147 bool ParseOptions(const std::vector<std::string>& args); 171 if (!ParseOptions(args)) { in Run() 186 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anonb955a9b80111::DumpRecordCommand
|
D | cmd_kmem.cpp | 325 bool ParseOptions(const std::vector<std::string>& args, 363 if (!ParseOptions(args, &left_args)) { in Run() 375 bool KmemCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in __anoncbe18e6d0111::KmemCommand
|
D | cmd_inject.cpp | 120 if (!ParseOptions(args)) { in Run() 146 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon690e1f400111::InjectCommand
|
D | cmd_report_sample.cpp | 112 bool ParseOptions(const std::vector<std::string>& args); 152 if (!ParseOptions(args)) { in Run() 240 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon5d136c400111::ReportSampleCommand
|
D | cmd_stat.cpp | 436 bool ParseOptions(const std::vector<std::string>& args, 479 if (!ParseOptions(args, &workload_args)) { in Run() 628 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in __anon3ff1e7bf0211::StatCommand
|
D | cmd_report.cpp | 447 bool ParseOptions(const std::vector<std::string>& args); 489 if (!ParseOptions(args)) { in Run() 519 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon235bfe9f0111::ReportCommand
|
D | cmd_record.cpp | 305 bool ParseOptions(const std::vector<std::string>& args, 403 if (!ParseOptions(args, &workload_args)) { in Run() 727 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in RecordCommand
|
/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/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 | 234 if (!ParseOptions(entry->encryption_options, options)) { in get_data_file_encryption_options()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 477 if (!android::fscrypt::ParseOptions(entry.encryption_options, &options)) { in tune_encrypt()
|