Searched refs:de_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp141 auto de_path = create_data_user_de_package_path(uuid, userid, pkgname); local
145 && getxattr(de_path.c_str(), kXattrDefault, nullptr, 0) == -1) {
153 auto target = (flags & FLAG_STORAGE_DE) ? de_path : ce_path;
154 auto source = (flags & FLAG_STORAGE_DE) ? ce_path : de_path;

Completed in 54 milliseconds