Home | History | Annotate | Download | only in installd

Lines Matching defs:user_path

100         auto user_path = create_data_user_ce_path(volume_uuid, user);
101 DIR* dir = opendir(user_path.c_str());
103 PLOG(ERROR) << "Failed to opendir " << user_path;
110 auto resolved = StringPrintf("%s/%s", user_path.c_str(), ent->d_name);