Home
last modified time | relevance | path

Searched defs:profile_dir (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/Role/MintingProfile/
H A DShareDir.pm27 sub profile_dir { method
/dports/www/epiphany/epiphany-41.0/lib/
H A Dephy-web-app-utils.c90 char *profile_dir; in get_app_profile_directory_name() local
114 ephy_web_application_get_program_name_from_profile_directory (const char *profile_dir) in ephy_web_application_get_program_name_from_profile_directory()
151 get_app_id_from_profile_directory (const char *profile_dir) in get_app_id_from_profile_directory()
210 g_autofree char *profile_dir = NULL; in ephy_web_application_delete() local
278 const char *profile_dir, in create_desktop_file()
382 g_autofree char *profile_dir = NULL; in ephy_web_application_create() local
424 g_autofree char *profile_dir = NULL; in ephy_web_application_ensure_for_app_info() local
574 ephy_web_application_for_profile_directory (const char *profile_dir) in ephy_web_application_for_profile_directory()
661 char *profile_dir; in ephy_web_application_get_application_list_internal() local
744 char *profile_dir; in ephy_web_application_exists() 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
59 base::ScopedTempDir profile_dir; in TEST() local
95 base::ScopedTempDir profile_dir; in TEST() local
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dfolder.c94 static void get_profile_dir (char *profile_dir, const char *home_dir) in get_profile_dir()
130 static void get_session_dir (char *session_dir, const char *profile_dir) in get_session_dir()
372 char *profile_dir = NULL; local
419 char *profile_dir = install_dir; local
/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
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/Role/
H A DMintingProfile.pm40 around profile_dir => sub { wrapper
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Djumplist.cc213 const base::FilePath& profile_dir, in GenerateJumplistIconDirName()
427 base::FilePath profile_dir(GetCmdLineProfileDir()); in ProcessTabRestoreServiceNotification() local
460 base::FilePath profile_dir = GetCmdLineProfileDir(); in OnMostVisitedURLsAvailable() local
575 base::FilePath profile_dir = profile_->GetPath(); in PostRunUpdate() local
641 base::FilePath profile_dir = profile_->GetPath(); in OnRunUpdateCompletion() local
691 const base::FilePath& profile_dir, in RunUpdateJumpList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_manager.cc337 const base::FilePath& profile_dir) { in IsRegisteredAsEphemeral()
513 Profile* ProfileManager::GetProfile(const base::FilePath& profile_dir) { in GetProfile()
661 base::FilePath profile_dir; in GetLastUsedProfile() local
880 const base::FilePath& profile_dir, in MaybeScheduleProfileForDeletion()
897 const base::FilePath& profile_dir, in ScheduleProfileForDeletion()
1486 void ProfileManager::RemoveProfile(const base::FilePath& profile_dir) { in RemoveProfile()
1532 const base::FilePath& profile_dir) { in CreateAndInitializeProfile()
1561 const base::FilePath& profile_dir) { in EnsureActiveProfileExistsBeforeDeletion()
1635 const base::FilePath& profile_dir, in OnLoadProfileForProfileDeletion()
1688 const base::FilePath& profile_dir, in FinishDeletingProfile()
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/dist/
H A Dfapi-config.json.in3 "profile_dir": "@sysconfdir@/tpm2-tss/fapi-profiles/", string
/dports/finance/fava/fava-1.18/src/fava/
H A Dcli.py57 filenames, port, host, prefix, incognito, debug, profile, profile_dir argument
/dports/www/epiphany/epiphany-41.0/embed/web-process-extension/
H A Dephy-web-process-extension-main.c39 const char *profile_dir; in webkit_web_extension_initialize_with_user_data() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/leveldb_proto/public/
H A Dproto_database_provider.cc27 ProtoDatabaseProvider::ProtoDatabaseProvider(const base::FilePath& profile_dir) in ProtoDatabaseProvider()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/src/
H A Dlib.rs179 let mut profile_dir = xpcom::GetterAddrefs::<nsIFile>::new(); in get_data_path() localVariable
189 let profile_dir = profile_dir.refptr().ok_or(NS_ERROR_FAILURE)?; in get_data_path() localVariable
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/src/
H A Dlib.rs179 let mut profile_dir = xpcom::GetterAddrefs::<nsIFile>::new(); in get_data_path() localVariable
189 let profile_dir = profile_dir.refptr().ok_or(NS_ERROR_FAILURE)?; in get_data_path() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/src/
H A Dstatics.rs100 let mut profile_dir = xpcom::GetterAddrefs::<nsIFile>::new(); in get_profile_dir() localVariable
119 let profile_dir = profile_dir.refptr().ok_or(XULStoreError::Unavailable)?; in get_profile_dir() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/chrome_pwa_launcher/
H A Dlast_browser_file_util_unittest.cc45 const base::FilePath profile_dir = profile.GetPath(); in TEST() local
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dprofiledir.py153 def create_profile_dir(cls, profile_dir, config=None): argument
210 def find_profile_dir(cls, profile_dir, config=None): argument
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dprofiledir.py154 def create_profile_dir(cls, profile_dir, config=None): argument
211 def find_profile_dir(cls, profile_dir, config=None): argument
/dports/www/firefox/firefox-99.0/toolkit/components/xulstore/src/
H A Dstatics.rs83 let mut profile_dir = xpcom::GetterAddrefs::<nsIFile>::new(); in get_profile_dir() localVariable
102 let profile_dir = profile_dir.refptr().ok_or(XULStoreError::Unavailable)?; in get_profile_dir() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/xulstore/src/
H A Dstatics.rs84 let mut profile_dir = xpcom::GetterAddrefs::<nsIFile>::new(); in get_profile_dir() localVariable
103 let profile_dir = profile_dir.refptr().ok_or(XULStoreError::Unavailable)?; in get_profile_dir() localVariable
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/xulstore/src/
H A Dstatics.rs84 let mut profile_dir = xpcom::GetterAddrefs::<nsIFile>::new(); in get_profile_dir() localVariable
103 let profile_dir = profile_dir.refptr().ok_or(XULStoreError::Unavailable)?; in get_profile_dir() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/leveldb_proto/public/
H A Dproto_database_provider.cc27 ProtoDatabaseProvider::ProtoDatabaseProvider(const base::FilePath& profile_dir, in ProtoDatabaseProvider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/autofill/tools/
H A Dadd_disused_address.py27 def open_autofill_db(profile_dir): argument
/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dchrome_paths_android.cc13 void GetUserCacheDirectory(const base::FilePath& profile_dir, in GetUserCacheDirectory()

123456