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

  /external/chromium_org/base/process/
process_iterator.h 37 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry
67 const char* exe_file() const { return exe_file_.c_str(); }
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 624 FileSpec exe_file = kext_bundle_path; local
625 Host::ResolveExecutableInBundle (exe_file);
626 if (exe_file.Exists())
628 ModuleSpec exe_spec (exe_file);
635 ModuleSP module_sp (new Module (exe_file, arch));

Completed in 189 milliseconds