Home
last modified time | relevance | path

Searched refs:config_name (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DCryptoType.h37 return CryptoType(this->config_name, this->kernel_name, size); in set_keysize()
43 return CryptoType(this->config_name, crypto, this->keysize); in set_kernel_name()
46 constexpr const char* get_config_name() const { return config_name; } in get_config_name()
51 const char* config_name;
56 : config_name(property), kernel_name(crypto), keysize(ksize) {} in CryptoType()
/system/extras/simpleperf/scripts/
Dtest_monitor.py232 config_name = '%s_%s' % (task.device.name, task.python_interpreter)
233 results = self.results[config_name]
242 for config_name in sorted(self.results):
243 fh.write('%s\n' % config_name)
244 results = self.results[config_name]
250 for config_name in sorted(self.results):
251 results = self.results[config_name]
255 fh.write('%s\n' % config_name)
/system/core/libcutils/
Dfs_config_test.cpp77 static bool check_unique(std::vector<const char*>& paths, const std::string& config_name, in check_unique() argument
89 GTEST_LOG_(ERROR) << "duplicate paths in " << config_name << ": " << paths[idx]; in check_unique()
101 GTEST_LOG_(ERROR) << "duplicate alias paths in " << config_name << ": " in check_unique()
119 GTEST_LOG_(ERROR) << "replace path in " << config_name << ": " << paths[idx] in check_unique()