Home
last modified time | relevance | path

Searched refs:returned_bytes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/api/system_cpu/
Dcpu_info_provider_win.cc43 ULONG returned_bytes = 0, in QueryCpuTimePerProcessor() local
50 &returned_bytes))) in QueryCpuTimePerProcessor()
54 returned_bytes / sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION); in QueryCpuTimePerProcessor()
/external/chromium_org/chrome_elf/blacklist/
Dblacklist_interceptions.cc64 ULONG returned_bytes; in GetBackingModuleFilePath() local
67 buffer_bytes, &returned_bytes); in GetBackingModuleFilePath()
71 buffer_bytes = returned_bytes + 1; in GetBackingModuleFilePath()
/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.cc405 ULONG returned_bytes; in GetBackingFilePath() local
408 buffer_bytes, &returned_bytes); in GetBackingFilePath()
414 buffer_bytes = returned_bytes; in GetBackingFilePath()