HomeSort by relevance Sort by last modified time
    Searched defs:psn (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
get_my_path_darwin.c 22 ProcessSerialNumber psn; local
23 GetCurrentProcess(&psn);
25 dict = ProcessInformationCopyDictionary(&psn, 0xffffffff);
  /system/core/fastboot/
util_osx.c 35 ProcessSerialNumber psn; local
36 GetCurrentProcess(&psn);
38 dict = ProcessInformationCopyDictionary(&psn, 0xffffffff);
  /external/qemu/android/utils/
bufprint.c 112 ProcessSerialNumber psn; local
118 GetCurrentProcess(&psn);
119 dict = ProcessInformationCopyDictionary(&psn, 0xffffffff);
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 355 ProcessSerialNumber psn = { 0, kCurrentProcess }; local
356 CFDictionaryRef procinfo = ProcessInformationCopyDictionary(&psn,

Completed in 3075 milliseconds