Searched refs:uid (Results 1 – 7 of 7) sorted by relevance
/build/make/tools/fs_config/ |
D | fs_config.c | 107 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()
|
D | fs_config_generator.py | 110 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/ |
D | find_shareduid_violation.py | 119 for uid, partitions in shareduid_app_dict.items(): 121 output[uid] = shareduid_app_dict[uid]
|
D | check_target_files_signatures.py | 344 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,))
|
D | common.py | 1381 for uid, partitions in uid_dict.items(): 1389 % (uid, ",".join(sorted(partitions.keys()))))
|
/build/bazel/rules/partitions/diff/ |
D | partition_inspector.py | 44 _, _ino, mode, uid, gid, name, size, _ = line.split('/')
|
/build/bazel/rules/apex/ |
D | apex.bzl | 270 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
|