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

/frameworks/native/cmds/installd/
H A Dutils.cpp96 auto user_path = create_data_user_ce_path(volume_uuid, user); local
97 DIR* dir = opendir(user_path.c_str());
99 PLOG(ERROR) << "Failed to opendir " << user_path;
106 auto resolved = StringPrintf("%s/%s", user_path.c_str(), ent->d_name);

Completed in 736 milliseconds