Home
last modified time | relevance | path

Searched refs:GetTempPathA (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/child/npapi/
Dplugin_stream_win.cc49 if (GetTempPathA(MAX_PATH, temp_directory) == 0) in OpenTempFile()
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dvideo_source.h61 if (GetTempPathA(MAX_PATH, tmppath)) { in GetTempOutFile()
/external/chromium_org/third_party/angle/src/common/
Dutilities.cpp446 DWORD pathLen = GetTempPathA(sizeof(path) / sizeof(path[0]), path); in getTempPath()
/external/protobuf/gtest/src/
Dgtest-port.cc458 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStderr()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
/external/chromium_org/third_party/mesa/src/src/gtest/src/
Dgtest-port.cc497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
/external/gtest/src/
Dgtest-port.cc522 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
/external/chromium_org/testing/gtest/src/
Dgtest-port.cc902 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
/external/chromium_org/third_party/sqlite/src/src/
Dos_win.c333 #define GetTempPathA(a,b) macro
1941 GetTempPathA(MAX_PATH-30, zMbcsPath); in getTempname()
/external/chromium_org/v8/src/base/platform/
Dplatform-win32.cc594 path_result = GetTempPathA(MAX_PATH, tempPathBuffer); in OpenTemporaryFile()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8731 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8729 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c31452 #define GetTempPathA(a,b)
33060 GetTempPathA(MAX_PATH-30, zMbcsPath);
/external/sqlite/dist/
Dsqlite3.c32706 { "GetTempPathA", (SYSCALL)GetTempPathA, 0 },
/external/sqlite/dist/orig/
Dsqlite3.c32686 { "GetTempPathA", (SYSCALL)GetTempPathA, 0 },