Searched refs:c_uid (Results 1 – 1 of 1) sorted by relevance
/system/core/libcutils/ |
D | canned_fs_config.cpp | 113 unsigned c_uid, c_gid, c_mode; in canned_fs_config() local 116 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities); in canned_fs_config() 118 if (c_uid != *uid) printf("%s uid %d %d\n", path, *uid, c_uid); in canned_fs_config()
|