Home
last modified time | relevance | path

Searched refs:filename_length (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp112 DWORD filename_length = GetModuleFileNameW(mod, filename, ARRAY_SIZE(filename)); in get_dll_version() local
114 if (filename_length == 0 || filename_length == ARRAY_SIZE(filename)) in get_dll_version()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c57 DWORD filename_length = GetModuleFileNameW(mod, filename, ARRAY_SIZE(filename)); in disk_cache_get_function_identifier() local
59 if (filename_length == 0 || filename_length == ARRAY_SIZE(filename)) in disk_cache_get_function_identifier()
/third_party/python/Lib/test/
H A Dtest_zipfile.py928 filename_length = struct.pack("<H", len(filename))
934 + filename_length
943 + filename_length

Completed in 8 milliseconds