Home
last modified time | relevance | path

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

/build/make/tools/fs_config/
Dfs_config.c107 unsigned uid = 0, gid = 0, mode = 0; in main() local
109 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities); in main()
114 printf("%s %d %d %o", buffer, uid, gid, mode); in main()
Dfs_config_generator.py110 uid = aid.normalized_value
111 if ':' in uid:
113 'Cannot specify delimiter character ":" in uid: "%s"' % uid)
118 return logon, uid
1330 logon, uid = Utils.get_login_and_uid_cleansed(aid)
1334 print("%s::%s:%s::/:%s" % (logon, uid, uid, aid.login_shell))
1355 logon, uid = Utils.get_login_and_uid_cleansed(aid)
1359 print("%s::%s:" % (logon, uid))
/build/make/tools/releasetools/
Dfind_shareduid_violation.py119 for uid, partitions in shareduid_app_dict.items():
121 output[uid] = shareduid_app_dict[uid]
Dcheck_target_files_signatures.py344 for uid in sorted(apks_by_uid):
345 apks = apks_by_uid[uid]
353 AddProblem("different cert sets for packages with uid %s" % (uid,))
355 print("uid %s is shared by packages with different cert sets:" % (uid,))
Dcommon.py1381 for uid, partitions in uid_dict.items():
1389 % (uid, ",".join(sorted(partitions.keys()))))
/build/bazel/rules/partitions/diff/
Dpartition_inspector.py44 _, _ino, mode, uid, gid, name, size, _ = line.split('/')
/build/bazel/rules/apex/
Dapex.bzl270 This encodes the filemode, uid, and gid of each file in the APEX,
945 uid/gid/mod/capabilities. The content of this file is appended to the
948 The format is /<path_or_glob> <uid> <gid> <mode> [capabilities=0x<cap>], where
949 path_or_glob is a path or glob pattern for a file or set of files, uid/gid