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

  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.h 98 // SandboxedUnpacker::CreateTempDirectory()
160 virtual bool CreateTempDirectory();
sandboxed_unpacker.cc 230 bool SandboxedUnpacker::CreateTempDirectory() {
264 if (!CreateTempDirectory())
  /external/lzma/CPP/Windows/
FileDir.cpp 831 bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName)
865 return (_mustBeDeleted = CreateTempDirectory(prefix, _tempDir));
870 bool CreateTempDirectory(LPCWSTR prefix, UString &dirName)
904 return (_mustBeDeleted = CreateTempDirectory(prefix, _tempDir));
FileDir.h 131 bool CreateTempDirectory(LPCTSTR prefixChars, CSysString &dirName);

Completed in 63 milliseconds