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

  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 233 #define GetTempPathA _dbus_wince_GetTempPathA
234 DWORD GetTempPathA(DWORD,LPSTR);
dbus-sysdeps-wince-glue.c 1071 GetTempPathA (DWORD nBufferLength, LPSTR lpBuffer)
dbus-sysdeps-win.c     [all...]
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 199 int tempPathLength = ::GetTempPathA(WTF_ARRAY_LENGTH(tempPath), tempPath);
  /external/chromium/testing/gtest/src/
gtest-port.cc 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
  /external/gtest/src/
gtest-port.cc 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
  /external/protobuf/gtest/src/
gtest-port.cc 458 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
  /external/v8/src/
platform-win32.cc 723 path_result = GetTempPathA(MAX_PATH, tempPathBuffer);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 439 milliseconds