Home
last modified time | relevance | path

Searched refs:temp_dir_path (Results 201 – 225 of 279) sorted by relevance

12345678910>>...12

/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gtest/src/
H A Dgtest-port.cc1077 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1080 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1086 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gtest/src/
H A Dgtest-port.cc1077 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1080 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1086 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/google_test/gtest/src/
H A Dgtest-port.cc1055 char temp_dir_path[MAX_PATH + 1] = {'\0'}; // NOLINT in CapturedStream() local
1058 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1059 const UINT success = ::GetTempFileNameA(temp_dir_path, "gtest_redir", in CapturedStream()
1063 << temp_dir_path; in CapturedStream()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gtest/src/
H A Dgtest-port.cc1077 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1080 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1086 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/unittest/googletest/src/
H A Dgtest-port.cc1077 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1080 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1086 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gtest/src/
H A Dgtest-port.cc1077 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1080 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1086 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gtest/src/
H A Dgtest-port.cc1077 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1080 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1086 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1077 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
1080 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
1081 const UINT success = ::GetTempFileNameA(temp_dir_path,
1086 << "Unable to create a temporary file in " << temp_dir_path;
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/test/ext/googletest/googletest/src/
H A Dgtest-port.cc1082 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1085 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1086 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1091 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/third_party/googletest/src/
H A Dgtest-port.cc1082 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1085 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1086 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1091 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/audio/mixxx/mixxx-2.3.0/lib/googletest/googletest/src/
H A Dgtest-port.cc1086 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1089 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1090 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1095 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/trace_event/
H A Dcpufreq_monitor_android_unittest.cc57 TestDelegate(const std::string& temp_dir_path) in TestDelegate() argument
58 : temp_dir_path_(temp_dir_path) {} in TestDelegate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/trace_event/
H A Dcpufreq_monitor_android_unittest.cc57 TestDelegate(const std::string& temp_dir_path) in TestDelegate() argument
58 : temp_dir_path_(temp_dir_path) {} in TestDelegate()
/dports/cad/uranium/Uranium-3ed9c4de/UM/
H A DResources.py540 temp_dir_path = os.path.join(temp_root_dir_path, base_dir_name)
545 shutil.copytree(src_path, temp_dir_path,
549 shutil.move(temp_dir_path, dest_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/tests/
H A Dtest_copy_helper_funcs.py372 temp_dir_path = self.CreateTempDir()
373 txt_file_path = self.CreateTempFile(tmpdir=temp_dir_path,
377 os.symlink(txt_file_path, temp_dir_path + os.path.sep + link_name)
380 src_url_stub = mock.MagicMock(object_name=temp_dir_path + os.path.sep +
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/engines/target/
H A Dengine_file_requests_proxy_unittest.cc53 base::FilePath temp_dir_path() const { return temp_dir_path_; } in temp_dir_path() function in chrome_cleaner::__anonb1efaf8a0111::TestChildProcess
180 base::FilePath find_path = child_process->temp_dir_path().Append(L"test_*"); in MULTIPROCESS_TEST_MAIN()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/tests/
H A Dtest_copy_helper_funcs.py372 temp_dir_path = self.CreateTempDir()
373 txt_file_path = self.CreateTempFile(tmpdir=temp_dir_path,
377 os.symlink(txt_file_path, temp_dir_path + os.path.sep + link_name)
380 src_url_stub = mock.MagicMock(object_name=temp_dir_path + os.path.sep +
/dports/misc/py-toil/toil-5.4.0/src/toil/test/
H A D__init__.py155temp_dir_path = os.path.realpath(tempfile.mkdtemp(dir=cls._tempBaseDir, prefix='-'.join(prefix)))
156 cls._tempDirs.append(temp_dir_path)
157 return temp_dir_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dweb_contents_view_aura.cc199 base::FilePath temp_dir_path; in PrepareDragForDownload() local
201 &temp_dir_path)) in PrepareDragForDownload()
205 temp_dir_path.Append(generated_download_file_name); in PrepareDragForDownload()
210 base::DeleteFileAfterReboot(temp_dir_path); in PrepareDragForDownload()
/dports/print/py-fonttools/fonttools-4.28.2/Tests/ttx/
H A Dttx_test.py342 temp_dir_path = str(tmpdir)
343 tto = ttx.Options([("-d", temp_dir_path)], 1)
344 assert tto.outputDir == temp_dir_path
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/ttx/
H A Dttx_test.py341 temp_dir_path = str(tmpdir)
342 tto = ttx.Options([("-d", temp_dir_path)], 1)
343 assert tto.outputDir == temp_dir_path
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_contents/
H A Dweb_contents_view_aura.cc199 base::FilePath temp_dir_path; in PrepareDragForDownload() local
201 &temp_dir_path)) in PrepareDragForDownload()
205 temp_dir_path.Append(generated_download_file_name); in PrepareDragForDownload()
210 base::DeleteFileAfterReboot(temp_dir_path); in PrepareDragForDownload()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-command.c1809 char *temp_dir_path; in move_files_in_chunks() local
1813 temp_dir_path = g_file_get_path (temp_dir); in move_files_in_chunks()
1814 temp_dir_l = strlen (temp_dir_path); in move_files_in_chunks()
1834 move_files_to_dir (self, chunk_list, temp_dir_path, dest_dir, overwrite); in move_files_in_chunks()
1839 g_free (temp_dir_path); in move_files_in_chunks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/os/
H A Ddisk_util_unittest.cc152 void CreateProgramPathsAndFiles(const base::FilePath& temp_dir_path, in CreateProgramPathsAndFiles() argument
162 ASSERT_TRUE(base::CreateTemporaryDirInDir(temp_dir_path, L"folder", &folder)); in CreateProgramPathsAndFiles()
163 ASSERT_TRUE(base::CreateTemporaryDirInDir(temp_dir_path, L" spaced folder", in CreateProgramPathsAndFiles()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cache_storage/
H A Dcache_storage_manager_unittest.cc280 base::FilePath temp_dir_path; in SetUp() local
372 base::FilePath temp_dir_path; in CreateStorageManager() local
374 temp_dir_path = temp_dir_.GetPath(); in CreateStorageManager()
378 MemoryOnly(), temp_dir_path, base::ThreadTaskRunnerHandle::Get().get(), in CreateStorageManager()
391 temp_dir_path, base::ThreadTaskRunnerHandle::Get(), in CreateStorageManager()

12345678910>>...12