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

/frameworks/native/cmds/installd/
H A Dutils.h95 int32_t include_gid = -1, int32_t exclude_gid = -1, bool exclude_apps = false);
H A Dutils.cpp329 int32_t include_gid, int32_t exclude_gid, bool exclude_apps) {
361 if (exclude_gid != -1 && gid == exclude_gid) {
370 if ((include_gid == -1) && (exclude_gid == -1)) {
374 << " exclude " << exclude_gid; local
328 calculate_tree_size(const std::string& path, int64_t* size, int32_t include_gid, int32_t exclude_gid, bool exclude_apps) argument

Completed in 28 milliseconds