Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp202 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs()
280 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs()
DUtils.h154 std::string BuildDataVendorDePath(userid_t userid);
DFsCrypt.cpp937 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_prepare_user_storage()
1071 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp1132 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() function