Searched refs:appid (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/PC/layout/support/ |
D | appxmanifest.py | 265 def _get_app(xml, appid): argument 266 if appid: 268 "m:Applications/m:Application[@Id='{}']".format(appid), APPXMANIFEST_NS 271 raise LookupError(appid) 277 def add_visual(xml, appid, data): argument 278 app = _get_app(xml, appid) 285 def add_alias(xml, appid, alias, subsystem="windows"): argument 286 app = _get_app(xml, appid) 294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument 295 app = _get_app(xml, appid) [all …]
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 763 static int set_range_from_level(context_t ctx, enum levelFrom levelFrom, uid_t userid, uid_t appid) in set_range_from_level() argument 772 appid & 0xff, in set_range_from_level() 773 256 + (appid>>8 & 0xff)); in set_range_from_level() 782 appid & 0xff, in set_range_from_level() 783 256 + (appid>>8 & 0xff), in set_range_from_level() 810 uid_t appid; in seapp_context_lookup() local 837 appid = uid % AID_USER; in seapp_context_lookup() 838 if (appid < AID_APP) { in seapp_context_lookup() 846 pwd = getpwuid(appid); in seapp_context_lookup() 852 } else if (appid < AID_ISOLATED_START) { in seapp_context_lookup() [all …]
|
/external/selinux/libselinux/include/selinux/ |
D | android.h | 40 uid_t appid);
|
/external/oss-fuzz/projects/giflib/ |
D | gif_fuzz_proto.proto | 62 required fixed64 appid = 1; field
|
D | ProtoToGif.cpp | 209 writeLong(appExt.appid()); in visit()
|
/external/curl/lib/vtls/ |
D | gskit.c | 453 gsk_handle *envir, const char *appid, in init_environment() argument 475 if(!result && appid) in init_environment() 476 result = set_buffer(data, h, GSK_OS400_APPLICATION_ID, appid, FALSE); in init_environment()
|
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/ |
D | control | 120 sha256_hex with the one from foo.json. Also empty the value of 'appid'
|