Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp638 static std::string volkey_path(const std::string& misc_path, const std::string& volume_uuid) { in volkey_path() argument
639 return misc_path + "/vold/volume_keys/" + volume_uuid + "/default"; in volkey_path()
646 static bool read_or_create_volkey(const std::string& misc_path, const std::string& volume_uuid, in read_or_create_volkey() argument
658 auto key_path = volkey_path(misc_path, volume_uuid); in read_or_create_volkey()
671 static bool destroy_volkey(const std::string& misc_path, const std::string& volume_uuid) { in destroy_volkey() argument
672 auto path = volkey_path(misc_path, volume_uuid); in destroy_volkey()