Home
last modified time | relevance | path

Searched refs:exe_match (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/gyp/test/win/
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/
Doutput.c852 static inline int exe_match(char *exe, char *name) in exe_match() function