Home
last modified time | relevance | path

Searched refs:gen_uuid (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/lib/uuid/
DMakefile.in22 gen_uuid.o \
33 $(srcdir)/gen_uuid.c \
202 gen_uuid.o: $(srcdir)/gen_uuid.c $(top_builddir)/lib/config.h \
Dconfigure.in5 AC_INIT(gen_uuid.c)
DAndroid.bp13 "gen_uuid.c",
Duuid.h.in78 /* gen_uuid.c */
/external/python/cpython2/Tools/msi/
Dmsi.py80 product_code = msilib.gen_uuid()
1209 ("REGISTRY.tcl", msilib.gen_uuid(), "TARGETDIR", registry_component, None,
1213 [("REGISTRY", msilib.gen_uuid(), "TARGETDIR", registry_component, None,
1215 ("REGISTRY.doc", msilib.gen_uuid(), "TARGETDIR", registry_component, None,
1217 ("REGISTRY.path", msilib.gen_uuid(), "TARGETDIR", registry_component, None,
1219 … ("REGISTRY.ensurepip", msilib.gen_uuid(), "TARGETDIR", registry_component, "EnsurePipRun",
1221 ("REGISTRY.def", msilib.gen_uuid(), "TARGETDIR", registry_component,
Dmsilib.py314 si.SetProperty(PID_REVNUMBER, gen_uuid())
347 def gen_uuid(): function
465 uuid = gen_uuid()
/external/python/cpython3/Lib/msilib/
D__init__.py157 si.SetProperty(PID_REVNUMBER, gen_uuid())
184 def gen_uuid(): function
267 uuid = gen_uuid()
/external/python/cpython2/Lib/msilib/
D__init__.py160 si.SetProperty(PID_REVNUMBER, gen_uuid())
187 def gen_uuid(): function
270 uuid = gen_uuid()
/external/wpa_supplicant_8/hostapd/
Dmain.c599 static int gen_uuid(const char *txt_addr) in gen_uuid() function
750 return gen_uuid(optarg); in main()
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py244 product_name, msilib.gen_uuid(),
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py246 product_name, msilib.gen_uuid(),
/external/python/cpython2/Doc/library/
Dmsilib.rst118 .. function:: gen_uuid()
/external/python/cpython3/Doc/library/
Dmsilib.rst119 .. function:: gen_uuid()