Home
last modified time | relevance | path

Searched refs:temp_dir_path (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/sysutils/diskonaut/diskonaut-0.11.0/src/tests/cases/
H A Dui.rs70 let temp_dir_path = in two_large_files_one_small_file() localVariable
191 let temp_dir_path = in small_width_long_folder_name() localVariable
232 let temp_dir_path = in too_small_width_one() localVariable
272 let temp_dir_path = in too_small_width_two() localVariable
312 let temp_dir_path = in too_small_width_three() localVariable
340 let temp_dir_path = in too_small_width_four() localVariable
368 let temp_dir_path = in too_small_width_five() localVariable
396 let temp_dir_path = in too_small_height() localVariable
580 let temp_dir_path = in enter_folder_medium_width() localVariable
650 let temp_dir_path = in enter_folder_small_width() localVariable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webrtc/
H A Dwebrtc_audio_debug_recordings_browsertest.cc126 base::FilePath temp_dir_path; in IN_PROC_BROWSER_TEST_F() local
128 CreateNewTempDirectory(base::FilePath::StringType(), &temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
129 base::FilePath base_file_path = temp_dir_path.AppendASCII(kBaseFilename); in IN_PROC_BROWSER_TEST_F()
176 EXPECT_TRUE(base::IsDirectoryEmpty(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
177 EXPECT_TRUE(base::DeleteFile(temp_dir_path, false)); in IN_PROC_BROWSER_TEST_F()
212 base::FilePath temp_dir_path; in IN_PROC_BROWSER_TEST_F() local
229 EXPECT_TRUE(base::IsDirectoryEmpty(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
230 EXPECT_TRUE(base::DeleteFile(temp_dir_path, false)); in IN_PROC_BROWSER_TEST_F()
265 base::FilePath temp_dir_path; in IN_PROC_BROWSER_TEST_F() local
334 EXPECT_TRUE(base::IsDirectoryEmpty(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webrtc/
H A Dwebrtc_audio_debug_recordings_browsertest.cc127 base::FilePath temp_dir_path; in IN_PROC_BROWSER_TEST_F() local
129 CreateNewTempDirectory(base::FilePath::StringType(), &temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
130 base::FilePath base_file_path = temp_dir_path.AppendASCII(kBaseFilename); in IN_PROC_BROWSER_TEST_F()
177 EXPECT_TRUE(base::IsDirectoryEmpty(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
178 EXPECT_TRUE(base::DeleteFile(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
213 base::FilePath temp_dir_path; in IN_PROC_BROWSER_TEST_F() local
230 EXPECT_TRUE(base::IsDirectoryEmpty(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
231 EXPECT_TRUE(base::DeleteFile(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
266 base::FilePath temp_dir_path; in IN_PROC_BROWSER_TEST_F() local
335 EXPECT_TRUE(base::IsDirectoryEmpty(temp_dir_path)); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/limited_file_access/
H A Dnacl.scons27 temp_dir_path = env.MakeTempDir(prefix='temp_dir') variable
28 temp_file_path = env.MakeEmptyFile(prefix='temp_file', dir=temp_dir_path)
29 temp_symlink_path = os.path.join(temp_dir_path, 'temp_symlink')
31 temp_sub_dir_path = env.MakeTempDir(prefix='temp_sub_dir', dir=temp_dir_path)
37 temp_directory_files = [temp_dir_path, temp_file_path, temp_symlink_path,
43 mounted_directory = temp_dir_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Djumplist_file_util_unittest.cc39 const base::FilePath& temp_dir_path() { return temp_dir_.GetPath(); } in temp_dir_path() function in JumpListFileUtilTest
46 base::FilePath dir_path = temp_dir_path(); in TEST_F()
61 base::FilePath dir_path = temp_dir_path(); in TEST_F()
82 base::FilePath dir_path = temp_dir_path(); in TEST_F()
105 base::FilePath dir_path = temp_dir_path(); in TEST_F()
122 base::FilePath dir_path = temp_dir_path(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/googletest/custom/gtest/internal/custom/
H A Dpdfium_custom_temp_dir.cc25 char temp_dir_path[_MAX_PATH + 1] = {'\0'}; // NOLINT in ChromeGetEnvTempDir()
26 if (::GetTempPathA(sizeof(temp_dir_path), temp_dir_path) != 0) in ChromeGetEnvTempDir()
27 return temp_dir_path; in ChromeGetEnvTempDir()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/googletest/custom/gtest/internal/custom/
H A Dchrome_custom_temp_dir.cc25 char temp_dir_path[_MAX_PATH + 1] = {'\0'}; // NOLINT in ChromeGetEnvTempDir()
26 if (::GetTempPathA(sizeof(temp_dir_path), temp_dir_path) != 0) in ChromeGetEnvTempDir()
27 return temp_dir_path; in ChromeGetEnvTempDir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/googletest/custom/gtest/internal/custom/
H A Dchrome_custom_temp_dir.cc25 char temp_dir_path[_MAX_PATH + 1] = {'\0'}; // NOLINT in ChromeGetEnvTempDir()
26 if (::GetTempPathA(sizeof(temp_dir_path), temp_dir_path) != 0) in ChromeGetEnvTempDir()
27 return temp_dir_path; in ChromeGetEnvTempDir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dpersistent_histogram_storage_unittest.cc35 temp_dir_path().AppendASCII(kTestHistogramAllocatorName); in SetUp()
39 const FilePath& temp_dir_path() { return temp_dir_.GetPath(); } in temp_dir_path() function in base::PersistentHistogramStorageTest
60 persistent_histogram_storage->set_storage_base_dir(temp_dir_path()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dpersistent_histogram_storage_unittest.cc35 temp_dir_path().AppendASCII(kTestHistogramAllocatorName); in SetUp()
39 const FilePath& temp_dir_path() { return temp_dir_.GetPath(); } in temp_dir_path() function in base::PersistentHistogramStorageTest
60 persistent_histogram_storage->set_storage_base_dir(temp_dir_path()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/engines/target/
H A Dlibraries_unittest.cc68 base::FilePath temp_dir_path() const { return temp_dir_.GetPath(); } in temp_dir_path() function in chrome_cleaner::__anon012583160111::ScopedChildProcessWithTempDir
121 child_process.temp_dir_path())); in MULTIPROCESS_TEST_MAIN()
139 child_process.temp_dir_path()); in MULTIPROCESS_TEST_MAIN()
155 child_process.temp_dir_path().Append(L"non_existing_path")); in MULTIPROCESS_TEST_MAIN()
175 child_process.temp_dir_path()); in MULTIPROCESS_TEST_MAIN()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/image_writer_private/
H A Dunzip_helper.cc36 const base::FilePath& temp_dir_path) { in Unzip() argument
41 image_path, temp_dir_path)); in Unzip()
45 const base::FilePath& temp_dir_path) { in UnzipImpl() argument
67 temp_dir_path.Append(entry_info->file_path().BaseName()); in UnzipImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/image_writer_private/
H A Dunzip_helper.cc36 const base::FilePath& temp_dir_path) { in Unzip() argument
41 image_path, temp_dir_path)); in Unzip()
45 const base::FilePath& temp_dir_path) { in UnzipImpl() argument
67 temp_dir_path.Append(entry_info->file_path().BaseName()); in UnzipImpl()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/scenarios/setup/
H A Dconftest.py46 temp_dir_path = setup_tests_path / "temp-dir"
47 temp_dir_path.mkdir()
48 return temp_dir_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dlogging_chrome_unittest.cc105 const base::FilePath temp_dir_path = temp_dir.GetPath(); in TEST_F() local
107 temp_dir_path.Append(FILE_PATH_LITERAL("chrome-test-log")); in TEST_F()
109 temp_dir_path.Append(FILE_PATH_LITERAL("chrome-test-log.LATEST")); in TEST_F()
111 temp_dir_path.Append(FILE_PATH_LITERAL("chrome-test-log.PREVIOUS")); in TEST_F()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/multipart-0.15.4/src/server/
H A Diron.rs81 pub temp_dir_path: Option<PathBuf>, field
102 pub fn temp_dir_path<P: Into<PathBuf>>(self, path: P) -> Self { in temp_dir_path() method
103 Intercept { temp_dir_path: Some(path.into()), .. self } in temp_dir_path()
127 let tempdir = self.temp_dir_path.as_ref() in read_request()
191 temp_dir_path: None, in default()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/multipart-0.18.0/src/server/
H A Diron.rs82 pub temp_dir_path: Option<PathBuf>, field
103 pub fn temp_dir_path<P: Into<PathBuf>>(self, path: P) -> Self { in temp_dir_path() method
104 Intercept { temp_dir_path: Some(path.into()), .. self } in temp_dir_path()
128 let tempdir = self.temp_dir_path.as_ref() in read_request()
192 temp_dir_path: None, in default()
/dports/net/oha/oha-0.4.7/cargo-crates/multipart-0.17.1/src/server/
H A Diron.rs82 pub temp_dir_path: Option<PathBuf>, field
103 pub fn temp_dir_path<P: Into<PathBuf>>(self, path: P) -> Self { in temp_dir_path() method
104 Intercept { temp_dir_path: Some(path.into()), .. self } in temp_dir_path()
128 let tempdir = self.temp_dir_path.as_ref() in read_request()
192 temp_dir_path: None, in default()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_machine_generic.py122 temp_dir_path = os.path.join('path-to-master', 'ssh-@@@')
123 ssh_key_path = os.path.join(temp_dir_path, 'ssh-key')
124 ssh_known_hosts_path = os.path.join(temp_dir_path, 'ssh-known-hosts')
142 [(temp_dir_path, 0o700)])
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/syscalls/
H A Dfile_access_disabling.cc55 const char *temp_dir_path = argv[2]; in main() local
59 check_result("chdir", chdir(temp_dir_path) == 0); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dprefetch_importer_impl_unittest.cc105 base::FilePath temp_dir_path() const { return temp_dir_.GetPath(); } in temp_dir_path() function in offline_pages::PrefetchImporterImplTest
123 base::CreateTemporaryFileInDir(temp_dir_path(), &path); in TEST_F()
156 base::CreateTemporaryFileInDir(temp_dir_path(), &path); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dprefetch_importer_impl_unittest.cc105 base::FilePath temp_dir_path() const { return temp_dir_.GetPath(); } in temp_dir_path() function in offline_pages::PrefetchImporterImplTest
123 base::CreateTemporaryFileInDir(temp_dir_path(), &path); in TEST_F()
156 base::CreateTemporaryFileInDir(temp_dir_path(), &path); in TEST_F()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gtest/src/
H A Dgtest-port.cc459 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
462 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
463 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
468 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/src/
H A Dgtest-port.cc459 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
462 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
463 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
468 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/
H A Dgtest-port.cc459 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
462 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
463 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
468 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()

12345678910>>...12