/system/extras/simpleperf/ |
D | cmd_api.cpp | 83 bool ParseOptions(const std::vector<std::string>& args); 96 if (!ParseOptions(args)) { in Run() 106 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anona0f778080111::CollectCommand
|
D | cmd_dumprecord.cpp | 55 bool ParseOptions(const std::vector<std::string>& args); 68 if (!ParseOptions(args)) { in Run() 83 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in DumpRecordCommand
|
D | cmd_inject.cpp | 67 if (!ParseOptions(args)) { in Run() 92 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon00ef496b0111::InjectCommand
|
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 | 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 __anon966944c30111::TraceSchedCommand
|
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 __anon0e8c31d80111::KmemCommand
|
D | cmd_report_sample.cpp | 111 bool ParseOptions(const std::vector<std::string>& args); 151 if (!ParseOptions(args)) { in Run() 239 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anona9d0180b0111::ReportSampleCommand
|
D | cmd_stat.cpp | 417 bool ParseOptions(const std::vector<std::string>& args, 457 if (!ParseOptions(args, &workload_args)) { in Run() 606 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in __anon829c8b2a0211::StatCommand
|
D | cmd_report.cpp | 434 bool ParseOptions(const std::vector<std::string>& args); 475 if (!ParseOptions(args)) { in Run() 505 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anonbb3d28ca0111::ReportCommand
|
D | cmd_record.cpp | 285 bool ParseOptions(const std::vector<std::string>& args, 383 if (!ParseOptions(args, &workload_args)) { in Run() 704 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in RecordCommand
|
/system/extras/libfscrypt/include/fscrypt/ |
D | fscrypt.h | 63 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 | 238 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()
|