Searched refs:GetTempPathA (Results 1 – 21 of 21) sorted by relevance
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 233 #define GetTempPathA _dbus_wince_GetTempPathA macro 234 DWORD GetTempPathA(DWORD,LPSTR);
|
D | dbus-sysdeps-wince-glue.c | 1071 GetTempPathA (DWORD nBufferLength, LPSTR lpBuffer) in GetTempPathA() function
|
D | dbus-sysdeps-win.c | 2014 if (!GetTempPathA (sizeof (buf), buf)) in _dbus_get_tmpdir()
|
/external/libvpx/libvpx/test/ |
D | video_source.h | 64 if (GetTempPathA(MAX_PATH, tmppath)) { in GetTempOutFile()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cc | 66 if (!::GetTempPathA(MAX_PATH, tmp_dir)) in temp_file_name()
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 462 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/gtest/src/ |
D | gtest-port.cc | 544 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 904 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
D | gtest-port.cc.orig | 521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
|
/external/opencv3/modules/core/src/ |
D | system.cpp | 572 ::GetTempPathA(sizeof(temp_dir2), temp_dir2); in tempfile()
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 587 path_result = GetTempPathA(MAX_PATH, tempPathBuffer); in OpenTemporaryFile()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 8045 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 8729 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 8731 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 8772 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 576 PUBLIC 35dca 8 GetTempPathA
|
/external/sqlite/dist/ |
D | sqlite3.c | 35111 { "GetTempPathA", (SYSCALL)GetTempPathA, 0 },
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 35093 { "GetTempPathA", (SYSCALL)GetTempPathA, 0 },
|