Home | History | Annotate | Download | only in Lib

Lines Matching refs:actual_len

598     name_len = actual_len = 130
599 while actual_len == name_len:
602 actual_len = kernel32.GetModuleFileNameW(HANDLE(kernel32._handle),
604 if not actual_len: