Home
last modified time | relevance | path

Searched refs:file_path1 (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/scanner/
H A Dmatcher_util_unittest.cc90 base::FilePath file_path1(temp_dir.GetPath().Append(kFileName1)); in TEST() local
94 CreateFileWithContent(file_path1, kFileContent, sizeof(kFileContent)); in TEST()
103 EXPECT_TRUE(IsKnownFileByDigest(file_path1, signature_matcher.get(), in TEST()
119 base::FilePath file_path1(temp_dir.GetPath().Append(kFileName1)); in TEST() local
124 CreateFileWithContent(file_path1, kFileContent1, sizeof(kFileContent1)); in TEST()
132 EXPECT_TRUE(IsKnownFileByDigestInfo(file_path1, signature_matcher.get(), in TEST()
/dports/devel/gitui/gitui-0.10.1/asyncgit/src/sync/
H A Dcommit_files.rs143 let file_path1 = Path::new("file1.txt"); in test_stashed_untracked_and_modified() localVariable
149 File::create(&root.join(file_path1))?.write_all(b"test")?; in test_stashed_untracked_and_modified()
150 stage_add_file(repo_path, file_path1)?; in test_stashed_untracked_and_modified()
153 File::create(&root.join(file_path1))? in test_stashed_untracked_and_modified()
H A Dstash.rs189 let file_path1 = Path::new("file1.txt"); in test_stash_without_2nd_parent() localVariable
194 File::create(&root.join(file_path1))?.write_all(b"test")?; in test_stash_without_2nd_parent()
195 stage_add_file(repo_path, file_path1)?; in test_stash_without_2nd_parent()
198 File::create(&root.join(file_path1))? in test_stash_without_2nd_parent()
H A Dcommit.rs176 let file_path1 = Path::new("foo"); in test_amend() localVariable
182 File::create(&root.join(file_path1))?.write_all(b"test1")?; in test_amend()
184 stage_add_file(repo_path, file_path1)?; in test_amend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/os/
H A Dfile_remover_unittest.cc263 base::FilePath file_path1 = subfolder_path.Append(kRemoveFile1); in TEST_F() local
264 ASSERT_TRUE(CreateEmptyFile(file_path1)); in TEST_F()
272 EXPECT_TRUE(base::PathExists(file_path1)); in TEST_F()
282 base::FilePath file_path1 = subfolder_path.Append(kRemoveFile1); in TEST_F() local
283 ASSERT_TRUE(CreateEmptyFile(file_path1)); in TEST_F()
293 VerifyRemoveNowSuccess(file_path1, &default_file_remover_); in TEST_F()
294 EXPECT_EQ(removal_status_updater->GetRemovalStatus(file_path1), in TEST_F()
297 EXPECT_FALSE(base::PathExists(file_path1)); in TEST_F()
385 base::FilePath file_path1 = subfolder_path.Append(kRemoveFile1); in TEST_F() local
386 ASSERT_TRUE(CreateEmptyFile(file_path1)); in TEST_F()
H A Dfile_path_set_unittest.cc33 base::FilePath file_path1(kFileNameFull); in TEST() local
34 EXPECT_TRUE(file_paths.Insert(file_path1)); in TEST()
35 EXPECT_FALSE(file_paths.Insert(file_path1)); in TEST()
38 EXPECT_TRUE(file_paths.Contains(file_path1)); in TEST()
H A Ddisk_util_unittest.cc471 testing::ElementsAre(file_path1, file_path3)); in TEST()
584 base::FilePath file_path1(system_folder.Append(kFileName1)); in TEST() local
596 ExpandWow64Path(file_path1, &expanded_file1); in TEST()
597 ASSERT_TRUE(PathEqual(expanded_file1, file_path1)); in TEST()
615 EXPECT_FALSE(ComputeSHA256DigestOfPath(file_path1, &digest1)); in TEST()
714 base::FilePath file_path1 = base::FilePath(kFileName1); in TEST() local
716 lsp.AddProvider(kGUID1, file_path1); in TEST()
723 EXPECT_NE(providers.end(), providers.find(file_path1)); in TEST()
725 EXPECT_EQ(1UL, providers.find(file_path1)->second.size()); in TEST()
726 EXPECT_NE(providers.find(file_path1)->second.end(), in TEST()
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dfile_variation.phpt22 $file_path1 = __DIR__."/file_variation";
23 mkdir($file_path1);
26 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
28 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dfile_variation.phpt22 $file_path1 = __DIR__."/file_variation";
23 mkdir($file_path1);
26 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
28 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dfile_variation.phpt22 $file_path1 = __DIR__."/file_variation";
23 mkdir($file_path1);
26 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
28 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dfile_variation.phpt22 $file_path1 = __DIR__."/file_variation";
23 mkdir($file_path1);
26 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
28 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dfile_variation.phpt27 $file_path1 = dirname(__FILE__)."/file_variation";
28 mkdir($file_path1);
31 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
33 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dfile_variation.phpt27 $file_path1 = __DIR__."/file_variation";
28 mkdir($file_path1);
31 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
33 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dfile_variation.phpt27 $file_path1 = dirname(__FILE__)."/file_variation";
28 mkdir($file_path1);
31 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
33 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dfile_variation.phpt27 $file_path1 = __DIR__."/file_variation";
28 mkdir($file_path1);
31 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
33 var_dump( file($file_path1."/file1_variation.tmp", 1) );
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/test/
H A Dreboot_deletion_helper_unittest.cc200 base::FilePath file_path1 = temp.GetPath().Append(kRemoveFile1); in TEST() local
205 std::make_pair(file_path1.value(), file_path2.value())); in TEST()
269 base::FilePath file_path1 = temp.GetPath().Append(kRemoveFile1); in TEST() local
276 pending_moves.push_back(std::make_pair(file_path1.value(), kDeleteFile)); in TEST()
298 std::make_pair(file_path1.value(), kDeleteFile), in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/style/
H A Dfilereader_unittest.py140 file_path1 = self._create_file('file1.txt', 'foo')
145 self._file_reader.process_paths([dir, file_path1])
147 (['foo'], file_path1, None)]
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-logging.c117 g_autofree gchar *file_path1 = NULL; in test_logfile_write() local
128 file_path1 = g_build_filename(dir, "qemu_test_log_write1.log", NULL); in test_logfile_write()
143 qemu_set_log_filename(file_path1, &error_abort); in test_logfile_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-logging.c118 g_autofree gchar *file_path1 = NULL; in test_logfile_write() local
129 file_path1 = g_build_filename(dir, "qemu_test_log_write1.log", NULL); in test_logfile_write()
145 qemu_set_log_filename(file_path1, &err); in test_logfile_write()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-logging.c117 g_autofree gchar *file_path1 = NULL; in test_logfile_write() local
128 file_path1 = g_build_filename(dir, "qemu_test_log_write1.log", NULL); in test_logfile_write()
143 qemu_set_log_filename(file_path1, &error_abort); in test_logfile_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-logging.c117 g_autofree gchar *file_path1 = NULL;
128 file_path1 = g_build_filename(dir, "qemu_test_log_write1.log", NULL);
143 qemu_set_log_filename(file_path1, &error_abort); in main()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-logging.c118 g_autofree gchar *file_path1 = NULL; in test_logfile_write() local
129 file_path1 = g_build_filename(dir, "qemu_test_log_write1.log", NULL); in test_logfile_write()
145 qemu_set_log_filename(file_path1, &err); in test_logfile_write()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-logging.c117 g_autofree gchar *file_path1 = NULL; in test_logfile_write() local
128 file_path1 = g_build_filename(dir, "qemu_test_log_write1.log", NULL); in test_logfile_write()
143 qemu_set_log_filename(file_path1, &error_abort); in test_logfile_write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Durl_blacklist_policy_browsertest.cc287 const std::string file_path1 = base_path + "title1.html"; in IN_PROC_BROWSER_TEST_F() local
290 CheckCanOpenURL(browser(), file_path1); in IN_PROC_BROWSER_TEST_F()
302 CheckURLIsBlocked(browser(), file_path1); in IN_PROC_BROWSER_TEST_F()
337 CheckCanOpenURL(browser(), file_path1); in IN_PROC_BROWSER_TEST_F()
/dports/finance/prestashop/prestashop/admin/filemanager/
H A Ddialog.php938 $file_path1 = ($current_path.$subfolder.$subdir.$file1); variable
939 if (file_exists($file_path1)) {
946 $file_path1 = ($current_path.$subfolder.$subdir.$file1); variable
953 $file_path = $file_path1;

12