Home
last modified time | relevance | path

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

/system/vold/
DUtils.h117 std::string BuildDataMiscLegacyPath(userid_t userid);
DFsCrypt.cpp808 auto misc_legacy_path = android::vold::BuildDataMiscLegacyPath(user_id); in fscrypt_prepare_user_storage()
921 auto misc_legacy_path = android::vold::BuildDataMiscLegacyPath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp692 std::string BuildDataMiscLegacyPath(userid_t userId) { in BuildDataMiscLegacyPath() function