Home
last modified time | relevance | path

Searched refs:distro (Results 1 - 5 of 5) sorted by relevance

/third_party/libabigail/tools/
H A Dfedabipkgdiff153 """Invalid distro error"""
168 def is_distro_valid(distro):
169 """Adjust if a distro is valid
173 :param str distro: a string representing a distro value.
174 :return: True if distro is the one specific to Fedora, like fc24, el7.
177 return re.match(r'^(fc|el)\d{1,2}$', distro) is not None
181 """Get the part of a string that designates the Fedora distro version number
188 Fedora distro version number, or None if the parameter does not
196 distro
[all...]
/third_party/musl/dist/
H A Dconfig.mak20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
23 # Uncomment to fix broken distro-patched toolchains where stack-protector=on
/third_party/libwebsockets/lib/misc/
H A Dfsmount.c104 fsm->distro, fsm->layers[m]); in lws_fsmount_mount()
/third_party/libinput/tools/
H A Dlibinput-record.c1361 char *distro = NULL, *version = NULL; in print_system_header() local
1367 if (!distro && strneq(osrstr, "ID=", 3)) in print_system_header()
1368 distro = strstrip(&osrstr[3], "\"'"); in print_system_header()
1372 if (distro && version) { in print_system_header()
1376 distro, in print_system_header()
1381 free(distro); in print_system_header()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h1066 char distro[64]; /* unique name for layer source */ member
1069 const char *layers[4]; /* distro layers, like "base", "env" */
1083 * fsm.layers_path/fsm.distro/fsm.layers[], with [0] being the deepest, earliest

Completed in 7 milliseconds