Searched defs:ce_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp456 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); local
460 if (getxattr(ce_path.c_str(), kXattrDefault, nullptr, 0) == -1
462 if (setxattr(ce_path.c_str(), kXattrDefault, nullptr, 0, 0) != 0) {
463 return error("Failed to mark default storage " + ce_path);
468 auto target = (flags & FLAG_STORAGE_DE) ? de_path : ce_path;
469 auto source = (flags & FLAG_STORAGE_DE) ? ce_path : de_path;
628 auto ce_path = create_data_user_ce_path(uuid_, user); local
630 char *argv[] = { (char*) ce_path.c_str(), (char*) de_path.c_str(), nullptr };
953 auto ce_path = create_data_user_ce_path(uuid_, user); local
956 char *argv[] = { (char*) ce_path
[all...]

Completed in 30 milliseconds