Home
last modified time | relevance | path

Searched refs:c_gid (Results 1 – 1 of 1) sorted by relevance

/system/core/libcutils/
Dcanned_fs_config.c104 unsigned c_uid, c_gid, c_mode; in canned_fs_config() local
106 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities); in canned_fs_config()
109 if (c_gid != *gid) printf("%s gid %d %d\n", path, *gid, c_gid); in canned_fs_config()