Home
last modified time | relevance | path

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

/external/python/cpython3/PC/layout/support/
Dappxmanifest.py265 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/
Dandroid_platform.c763 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/
Dandroid.h40 uid_t appid);
/external/oss-fuzz/projects/giflib/
Dgif_fuzz_proto.proto62 required fixed64 appid = 1; field
DProtoToGif.cpp209 writeLong(appExt.appid()); in visit()
/external/curl/lib/vtls/
Dgskit.c453 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/
Dcontrol120 sha256_hex with the one from foo.json. Also empty the value of 'appid'