Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_api.cpp83 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
Dcmd_dumprecord.cpp55 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
Dcmd_inject.cpp67 if (!ParseOptions(args)) { in Run()
92 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon00ef496b0111::InjectCommand
Dcmd_debug_unwind.cpp105 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
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 __anon966944c30111::TraceSchedCommand
Dcmd_kmem.cpp325 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
Dcmd_report_sample.cpp111 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
Dcmd_stat.cpp417 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
Dcmd_report.cpp434 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
Dcmd_record.cpp285 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/
Dfscrypt.h63 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/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.cpp238 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()