HomeSort by relevance Sort by last modified time
    Searched full:processinformation (Results 1 - 15 of 15) sorted by null

  /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/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 330 PROCESS_INFORMATION processInformation;
336 &startupInfo, &processInformation);
347 ::CloseHandle(processInformation.hThread);
348 hProcess = processInformation.hProcess;
  /external/libchrome/sandbox/win/src/
nt_internals.h 338 OUT PVOID ProcessInformation,
345 IN PVOID ProcessInformation,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 952 NTSTATUS NTAPI NtQueryInformationProcess(HANDLE ProcessHandle,PROCESSINFOCLASS ProcessInformationClass,PVOID ProcessInformation,ULONG ProcessInformationLength,PULONG ReturnLength);
960 NTSTATUS NTAPI NtSetInformationProcess(HANDLE ProcessHandle, PROCESSINFOCLASS ProcessInformationClass, PVOID ProcessInformation, ULONG ProcessInformationLength);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 323 pi := new(ProcessInformation)
ztypes_windows.go 472 type ProcessInformation struct {
syscall_windows.go 174 //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 573 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 323 pi := new(ProcessInformation)
ztypes_windows.go 472 type ProcessInformation struct {
syscall_windows.go 174 //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 573 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...]

Completed in 1507 milliseconds