Home
last modified time | relevance | path

Searched refs:config_name (Results 1 – 2 of 2) 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/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()