Searched refs:ce_path (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 535 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData() local 539 if (getxattr(ce_path.c_str(), kXattrDefault, nullptr, 0) == -1 in migrateAppData() 541 if (setxattr(ce_path.c_str(), kXattrDefault, nullptr, 0, 0) != 0) { in migrateAppData() 542 return error("Failed to mark default storage " + ce_path); in migrateAppData() 547 auto target = (flags & FLAG_STORAGE_DE) ? de_path : ce_path; in migrateAppData() 548 auto source = (flags & FLAG_STORAGE_DE) ? ce_path : de_path; in migrateAppData() 784 auto ce_path = create_data_user_ce_path(uuid_, user); in fixupAppData() local 786 char *argv[] = { (char*) ce_path.c_str(), (char*) de_path.c_str(), nullptr }; in fixupAppData() 1362 auto ce_path = create_data_user_ce_path(uuid_, user); in freeCache() local 1365 char *argv[] = { (char*) ce_path.c_str(), (char*) de_path.c_str(), in freeCache()
|