Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_api.cpp86 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
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.cpp101 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
Dcmd_dumprecord.cpp147 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
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 __anoncbe18e6d0111::KmemCommand
Dcmd_inject.cpp120 if (!ParseOptions(args)) { in Run()
146 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon690e1f400111::InjectCommand
Dcmd_report_sample.cpp112 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
Dcmd_stat.cpp436 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
Dcmd_report.cpp447 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
Dcmd_record.cpp305 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/
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/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.cpp234 if (!ParseOptions(entry->encryption_options, options)) { in get_data_file_encryption_options()
/system/core/fs_mgr/
Dfs_mgr.cpp477 if (!android::fscrypt::ParseOptions(entry.encryption_options, &options)) { in tune_encrypt()