HomeSort by relevance Sort by last modified time
    Searched refs:Open2 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/scripts/
preprocessor.pm 25 use IPC::Open2;
80 $pid = open2(\*PP_OUT, \*PP_IN, split(' ', $preprocessor), @args, @macros, $fileName);
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 73 HRESULT Open2(
OpenArchive.cpp 482 HRESULT CArchiveLink::Open2(CCodecs *codecs,
524 return Open2(codecs, CIntVector(), false, NULL, filePath, 0);
Extract.cpp 190 HRESULT result = archiveLink.Open2(codecs, formatIndices2, options.StdInMode, NULL, arcPath, openCallback);
Update.cpp 694 HRESULT result = arcLink.Open2(codecs, formatIndices, false, NULL, arcPath, openCallback);
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 73 HRESULT Open2(IInStream *inStream, IArchiveOpenCallback *callback);
321 HRESULT CHandler::Open2(IInStream *inStream, IArchiveOpenCallback *callback)
394 return Open2(inStream, callback);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
httpd.pm 40 use IPC::Open2;
193 open2(">&1", \*HTTPDIN, $httpdPath, @args);
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 462 HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallback);

Completed in 123 milliseconds