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

/frameworks/native/cmds/installd/
H A Dutils.h93 int32_t include_gid = -1, int32_t exclude_gid = -1, bool exclude_apps = false);
H A Dutils.cpp305 int32_t include_gid, int32_t exclude_gid, bool exclude_apps) {
337 if (exclude_gid != -1 && gid == exclude_gid) {
346 if ((include_gid == -1) && (exclude_gid == -1)) {
350 << " exclude " << exclude_gid; local
304 calculate_tree_size(const std::string& path, int64_t* size, int32_t include_gid, int32_t exclude_gid, bool exclude_apps) argument

Completed in 97 milliseconds