Searched defs:exe_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-base-address.py31 exe_match = image_base_reg_ex.match(exe_headers) variable
33 if not exe_match or not exe_match.group(1):
35 if exe_match.group(1) != '420000':
/external/blktrace/btt/
H A Doutput.c852 static inline int exe_match(char *exe, char *name) function

Completed in 179 milliseconds