/external/libbrillo/brillo/ |
process_information.cc | 9 ProcessInformation::ProcessInformation() : cmd_line_(), process_id_(-1) { 11 ProcessInformation::~ProcessInformation() { 14 std::string ProcessInformation::GetCommandLine() {
|
process_information.h | 18 class BRILLO_EXPORT ProcessInformation { 20 ProcessInformation(); 21 virtual ~ProcessInformation();
|
/external/libchrome/sandbox/win/src/ |
nt_internals.h | 339 OUT PVOID ProcessInformation, 346 IN PVOID ProcessInformation,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winternl.h | 951 NTSTATUS NTAPI NtQueryInformationProcess(HANDLE ProcessHandle,PROCESSINFOCLASS ProcessInformationClass,PVOID ProcessInformation,ULONG ProcessInformationLength,PULONG ReturnLength); 959 NTSTATUS NTAPI NtSetInformationProcess(HANDLE ProcessHandle, PROCESSINFOCLASS ProcessInformationClass, PVOID ProcessInformation, ULONG ProcessInformationLength); [all...] |
winbase.h | [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
exec_windows.go | 321 pi := new(ProcessInformation)
|
ztypes_windows.go | 473 type ProcessInformation struct {
|
syscall_windows.go | 171 //sys CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAttributes, inheritHandles bool, creationFlags uint32, env *uint16, currentDir *uint16, startupInfo *StartupInfo, outProcInfo *ProcessInformation) (err error) = CreateProcessW [all...] |
zsyscall_windows.go | 601 func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAttributes, inheritHandles bool, creationFlags uint32, env *uint16, currentDir *uint16, startupInfo *StartupInfo, outProcInfo *ProcessInformation) (err error) { [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
exec_windows.go | 321 pi := new(ProcessInformation)
|
ztypes_windows.go | 473 type ProcessInformation struct {
|
syscall_windows.go | 171 //sys CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAttributes, inheritHandles bool, creationFlags uint32, env *uint16, currentDir *uint16, startupInfo *StartupInfo, outProcInfo *ProcessInformation) (err error) = CreateProcessW [all...] |
zsyscall_windows.go | 601 func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAttributes, inheritHandles bool, creationFlags uint32, env *uint16, currentDir *uint16, startupInfo *StartupInfo, outProcInfo *ProcessInformation) (err error) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntifs.h | [all...] |
ntddk.h | [all...] |