OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSIMODIFY_REPLACE
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msiquery.h
26
MSIMODIFY_SEEK =-1,MSIMODIFY_REFRESH = 0,MSIMODIFY_INSERT = 1,MSIMODIFY_UPDATE = 2,MSIMODIFY_ASSIGN = 3,
MSIMODIFY_REPLACE
= 4,
/external/python/cpython2/PC/
_msi.c
1034
PyModule_AddIntConstant(m, "
MSIMODIFY_REPLACE
",
MSIMODIFY_REPLACE
);
/external/python/cpython3/PC/
_msi.c
1064
PyModule_AddIntMacro(m,
MSIMODIFY_REPLACE
);
Completed in 433 milliseconds