Searched refs:NativeMethods (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
D | Utility.cs | 25 ptrToSplitArgs = NativeMethods.CommandLineToArgvW(unsplitArgumentLine, out numberOfArgs); in SplitArgs() 45 NativeMethods.LocalFree(ptrToSplitArgs); in SplitArgs() 54 if (!NativeMethods.ReadProcessMemory(processHandle, addressInProcess, buffer, bytesToRead, in ReadUnmanagedStructFromProcess() 68 bool bresult = NativeMethods.ReadProcessMemory(processHandle, in ReadStringUniFromProcess()
|
D | ProcessDetail.cs | 77 LowLevel.NativeMethods.SHGetFileInfo(Win32ProcessImagePath, 137 NativeMethods.QueryFullProcessImageName( in QueryProcessImageName() 154 LowLevelTypes.NTSTATUS status = NativeMethods.NtQueryInformationProcess( in CacheProcessInformation() 217 using (SafeFileHandle safeHandle = NativeMethods.CreateFile( in CacheMachineType() 244 processHandle = NativeMethods.OpenProcess(processHandleFlags, false, processId); in OpenAndCacheProcessHandle() 247 processHandle = NativeMethods.OpenProcess(processHandleFlags, false, processId); in OpenAndCacheProcessHandle() 282 NativeMethods.CloseHandle(processHandle); in Dispose()
|
/external/chromium_org/tools/win/ChromeDebug/LowLevel/ |
D | NativeMethods.cs | 14 public static class NativeMethods { class
|