Home
last modified time | relevance | path

Searched refs:profile_dir (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/www/epiphany/epiphany-41.0/lib/
H A Dephy-web-app-utils.c90 char *profile_dir; in get_app_profile_directory_name() local
95 g_free (profile_dir); in get_app_profile_directory_name()
210 g_autofree char *profile_dir = NULL; in ephy_web_application_delete() local
221 if (!profile_dir) in ephy_web_application_delete()
290 g_assert (profile_dir); in create_desktop_file()
661 char *profile_dir; in ephy_web_application_get_application_list_internal() local
676 g_free (profile_dir); in ephy_web_application_get_application_list_internal()
744 char *profile_dir; in ephy_web_application_exists() local
749 g_free (profile_dir); in ephy_web_application_exists()
895 char *profile_dir; in ephy_web_application_save() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_process_singleton_win_unittest.cc33 base::ScopedTempDir profile_dir; in TEST() local
34 ASSERT_TRUE(profile_dir.CreateUniqueTempDir()); in TEST()
39 profile_dir.GetPath(), in TEST()
43 ChromeProcessSingleton ps2(profile_dir.GetPath(), in TEST()
59 base::ScopedTempDir profile_dir; in TEST() local
60 ASSERT_TRUE(profile_dir.CreateUniqueTempDir()); in TEST()
65 profile_dir.GetPath(), in TEST()
68 ChromeProcessSingleton ps2(profile_dir.GetPath(), in TEST()
95 base::ScopedTempDir profile_dir; in TEST() local
96 ASSERT_TRUE(profile_dir.CreateUniqueTempDir()); in TEST()
[all …]
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dfolder.c98 if (hc_path_is_directory (profile_dir)) return; in get_profile_dir()
372 char *profile_dir = NULL; local
392 get_profile_dir (profile_dir, home_dir);
394 get_session_dir (session_dir, profile_dir);
398 hc_mkdir_rec (profile_dir, 0700);
404 profile_dir = install_dir;
419 char *profile_dir = install_dir; local
462 if (profile_dir == shared_dir) profile_dir = NULL;
469 hcfree (profile_dir);
474 profile_dir = NULL;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/contrib/vr_benchmarks/
H A Dgenerate_vr_assets_profile.py41 profile_dir = os.path.join(args.output, 'vr_assets_profile')
42 if os.path.isdir(profile_dir):
43 shutil.rmtree(profile_dir)
44 os.makedirs(profile_dir)
59 profile_dir = os.path.join(profile_dir, 'VrAssets',
61 os.makedirs(profile_dir)
68 shutil.copy(os.path.join(asset_dir, asset), profile_dir)
71 with open(os.path.join(profile_dir, 'manifest.json'), 'w') as manifest_file:
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/_internal/
H A Demulator.py45 profile_dir: str,
57 self.profile_dir = Path(profile_dir).resolve()
58 if not self.profile_dir.exists():
59 self.profile_dir.mkdir(parents=True)
60 elif not self.profile_dir.is_dir():
63 self.workdir = self.profile_dir
72 self.logfile = self.profile_dir / "trezor.log"
184 _rm_f(self.profile_dir / "trezor.pid")
185 _rm_f(self.profile_dir / "trezor.port")
233 TREZOR_PROFILE_DIR=str(self.profile_dir),
[all …]
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dprofiledir.py153 def create_profile_dir(cls, profile_dir, config=None): argument
162 return cls(location=profile_dir, config=config)
178 profile_dir = os.path.join(path, u'profile_' + name)
179 return cls(location=profile_dir, config=config)
203 profile_dir = os.path.join(p, dirname)
204 if os.path.isdir(profile_dir):
205 return cls(location=profile_dir, config=config)
210 def find_profile_dir(cls, profile_dir, config=None): argument
220 profile_dir = expand_path(profile_dir)
221 if not os.path.isdir(profile_dir):
[all …]
H A Dhistoryapp.py55 profile_dir = self.profile_dir.location
56 hist_file = os.path.join(profile_dir, 'history.sqlite')
80 new_hist_file = os.path.join(profile_dir, 'history.sqlite.new')
85 new_hist_file = os.path.join(profile_dir, 'history.sqlite.new'+str(i))
109 backup_hist_file = os.path.join(profile_dir, 'history.sqlite.old.%d' % i)
112 backup_hist_file = os.path.join(profile_dir, 'history.sqlite.old.%d' % i)
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dprofiledir.py154 def create_profile_dir(cls, profile_dir, config=None): argument
163 return cls(location=profile_dir, config=config)
179 profile_dir = os.path.join(path, u'profile_' + name)
180 return cls(location=profile_dir, config=config)
204 profile_dir = os.path.join(p, dirname)
205 if os.path.isdir(profile_dir):
206 return cls(location=profile_dir, config=config)
211 def find_profile_dir(cls, profile_dir, config=None): argument
221 profile_dir = expand_path(profile_dir)
222 if not os.path.isdir(profile_dir):
[all …]
H A Dhistoryapp.py56 profile_dir = self.profile_dir.location
57 hist_file = os.path.join(profile_dir, 'history.sqlite')
81 new_hist_file = os.path.join(profile_dir, 'history.sqlite.new')
86 new_hist_file = os.path.join(profile_dir, 'history.sqlite.new'+str(i))
110 backup_hist_file = os.path.join(profile_dir, 'history.sqlite.old.%d' % i)
113 backup_hist_file = os.path.join(profile_dir, 'history.sqlite.old.%d' % i)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozprofile/tests/
H A Dpermissions.py28 profile_dir = None variable in PermissionsTest
32 self.profile_dir = tempfile.mkdtemp()
38 if self.profile_dir:
39 shutil.rmtree(self.profile_dir)
44 permDB = sqlite3.connect(os.path.join(self.profile_dir, "permissions.sqlite"))
94 perms = Permissions(self.profile_dir, self.locations_file.name)
95 perms_db_filename = os.path.join(self.profile_dir, 'permissions.sqlite')
140 perms = Permissions(self.profile_dir, self.locations_file.name)
167 Permissions(self.profile_dir, self.locations_file.name)
168 perms_db_filename = os.path.join(self.profile_dir, 'permissions.sqlite')
H A Dbug785146.py29 self.profile_dir = tempfile.mkdtemp()
35 if self.profile_dir:
36 shutil.rmtree(self.profile_dir)
41 perms = Permissions(self.profile_dir, self.locations_file.name)
42 perms_db_filename = os.path.join(self.profile_dir, 'permissions.sqlite')
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozprofile/tests/
H A Dpermissions.py23 profile_dir = None variable in PermissionsTest
27 self.profile_dir = tempfile.mkdtemp()
33 if self.profile_dir:
34 shutil.rmtree(self.profile_dir)
39 permDB = sqlite3.connect(os.path.join(self.profile_dir, "permissions.sqlite"))
89 perms = Permissions(self.profile_dir, self.locations_file.name)
90 perms_db_filename = os.path.join(self.profile_dir, 'permissions.sqlite')
135 perms = Permissions(self.profile_dir, self.locations_file.name)
162 Permissions(self.profile_dir, self.locations_file.name)
163 perms_db_filename = os.path.join(self.profile_dir, 'permissions.sqlite')
H A Dbug785146.py24 self.profile_dir = tempfile.mkdtemp()
30 if self.profile_dir:
31 shutil.rmtree(self.profile_dir)
36 perms = Permissions(self.profile_dir, self.locations_file.name)
37 perms_db_filename = os.path.join(self.profile_dir, 'permissions.sqlite')
/dports/www/firefox-esr/firefox-91.8.0/python/mozperftest/mozperftest/tests/
H A Dtest_profile.py19 profile_dir = env.get_arg("profile-directory")
20 assert os.path.exists(profile_dir)
22 assert not os.path.exists(profile_dir)
44 profile_dir = env.get_arg("profile-directory")
45 assert os.path.exists(profile_dir)
47 assert not os.path.exists(profile_dir)
/dports/www/firefox/firefox-99.0/python/mozperftest/mozperftest/tests/
H A Dtest_profile.py19 profile_dir = env.get_arg("profile-directory")
20 assert os.path.exists(profile_dir)
22 assert not os.path.exists(profile_dir)
44 profile_dir = env.get_arg("profile-directory")
45 assert os.path.exists(profile_dir)
47 assert not os.path.exists(profile_dir)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozperftest/mozperftest/tests/
H A Dtest_profile.py19 profile_dir = env.get_arg("profile-directory")
20 assert os.path.exists(profile_dir)
22 assert not os.path.exists(profile_dir)
44 profile_dir = env.get_arg("profile-directory")
45 assert os.path.exists(profile_dir)
47 assert not os.path.exists(profile_dir)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dprofile_error_browsertest.cc36 base::FilePath profile_dir; in SetUpUserDataDirectory() local
37 if (!base::PathService::Get(chrome::DIR_USER_DATA, &profile_dir)) { in SetUpUserDataDirectory()
41 profile_dir = profile_dir.AppendASCII(TestingProfile::kTestUserProfileDir); in SetUpUserDataDirectory()
42 if (!base::CreateDirectory(profile_dir)) { in SetUpUserDataDirectory()
47 profile_dir.Append(chrome::kPreferencesFilename); in SetUpUserDataDirectory()
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/Dist/
H A DMinter.pm69 my $profile_dir = $module->profile_dir($profile_data->[1]);
72 if ref $profile_dir && $profile_dir->isa('Path::Class');
74 $profile_dir = path($profile_dir);
76 $assembler->sequence->section_named('_')->add_value(root => $profile_dir);
79 $profile_dir->child('profile'),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_manager.cc661 base::FilePath profile_dir; in GetLastUsedProfile() local
880 const base::FilePath& profile_dir, in MaybeScheduleProfileForDeletion() argument
897 const base::FilePath& profile_dir, in ScheduleProfileForDeletion() argument
1497 profiles_info_.erase(profile_dir); in RemoveProfile()
1510 profile_dir)); in RemoveProfile()
1519 storage.RemoveProfile(profile_dir); in RemoveProfile()
1578 if (cur_path != profile_dir && in EnsureActiveProfileExistsBeforeDeletion()
1597 if (cur_path != profile_dir && in EnsureActiveProfileExistsBeforeDeletion()
1684 storage.RemoveProfile(profile_dir); in OnLoadProfileForProfileDeletion()
1698 profile_dir, false, in FinishDeletingProfile()
[all …]
H A Dprofile_manager.h106 Profile* GetProfile(const base::FilePath& profile_dir);
213 const base::FilePath& profile_dir,
220 void ScheduleProfileForDeletion(const base::FilePath& profile_dir,
229 const base::FilePath& profile_dir);
327 void RemoveProfile(const base::FilePath& profile_dir);
333 Profile* CreateAndInitializeProfile(const base::FilePath& profile_dir);
342 const base::FilePath& profile_dir);
346 void FinishDeletingProfile(const base::FilePath& profile_dir,
348 void OnLoadProfileForProfileDeletion(const base::FilePath& profile_dir,
437 const base::FilePath& profile_dir);
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/tests/
H A Dtest_launcher.py32 self.profile_dir = tempfile.mkdtemp(prefix="profile_")
35 shutil.rmtree(self.profile_dir)
43 work_dir=self.profile_dir,
44 profile_dir=self.profile_dir,
55 self.assertTrue(self.profile_dir in launcher.cluster_args)
74 batch_file = os.path.join(self.profile_dir, launcher.batch_file_name)
93 self.assertEqual(launcher.remote_profile_dir, self.profile_dir)
176 job_file = os.path.join(self.profile_dir, launcher.job_file_name)
/dports/www/epiphany/epiphany-41.0/tests/
H A Dephy-web-app-utils-test.c61 char *profile_dir; in test_web_app_lifetime() local
93 profile_dir = ephy_web_application_get_profile_directory (id); in test_web_app_lifetime()
94 g_assert_true (g_str_has_prefix (desktop_file, profile_dir)); in test_web_app_lifetime()
95 g_assert_true (g_str_has_prefix (profile_dir, ephy_profile_dir ())); in test_web_app_lifetime()
96 g_assert_true (g_file_test (profile_dir, G_FILE_TEST_EXISTS)); in test_web_app_lifetime()
126 g_assert_false (g_file_test (profile_dir, G_FILE_TEST_EXISTS)); in test_web_app_lifetime()
136 g_free (profile_dir); in test_web_app_lifetime()
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/Role/MintingProfile/
H A DShareDir.pm27 sub profile_dir { method
30 my $profile_dir = path( File::ShareDir::module_dir($self->meta->name) )
33 return $profile_dir if -d $profile_dir;
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/MintingProfile/
H A DDefault.pm28 around profile_dir => sub { wrapper in Dist::Zilla::MintingProfile::Default
35 my $profile_dir = Dist::Zilla::Util->_global_config_root
38 return $profile_dir if -d $profile_dir;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dpossible_desktop_browser_unittest.py27 profile_dir = self._finder_options.browser_options.profile_dir
28 if profile_dir and os.path.exists(profile_dir):
83 fake_options.profile_dir = None
149 self._finder_options.browser_options.profile_dir = source_profile
152 self._finder_options.browser_options.profile_dir, 'AUTHORS2')
176 self._finder_options.browser_options.profile_dir = source_profile
179 self._finder_options.browser_options.profile_dir, 'AUTHORS')

12345678910>>...16