Home
last modified time | relevance | path

Searched refs:GetRootPath (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dsandbox_file_system_backend_unittest.cc118 bool GetRootPath(const char* origin_url, in GetRootPath() function in storage::SandboxFileSystemBackendTest
221 EXPECT_TRUE(GetRootPath( in TEST_P()
240 EXPECT_TRUE(GetRootPath(kRootPathTestCases[i].origin_url, in TEST_P()
255 EXPECT_TRUE(GetRootPath("http://foo.com:1/", kFileSystemTypeTemporary, in TEST_P()
260 EXPECT_TRUE(GetRootPath("http://foo.com:1/", kFileSystemTypeTemporary, in TEST_P()
273 EXPECT_FALSE(GetRootPath(kRootPathTestCases[i].origin_url, in TEST_P()
288 GetRootPath(kRootPathTestCases[i].origin_url, in TEST_P()
300 EXPECT_FALSE(GetRootPath(kRootPathFileURITestCases[i].origin_url, in TEST_P()
313 EXPECT_TRUE(GetRootPath(kRootPathFileURITestCases[i].origin_url, in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dsandbox_file_system_backend_unittest.cc118 bool GetRootPath(const char* origin_url, in GetRootPath() function in storage::SandboxFileSystemBackendTest
221 EXPECT_TRUE(GetRootPath( in TEST_P()
240 EXPECT_TRUE(GetRootPath(kRootPathTestCases[i].origin_url, in TEST_P()
255 EXPECT_TRUE(GetRootPath("http://foo.com:1/", kFileSystemTypeTemporary, in TEST_P()
260 EXPECT_TRUE(GetRootPath("http://foo.com:1/", kFileSystemTypeTemporary, in TEST_P()
273 EXPECT_FALSE(GetRootPath(kRootPathTestCases[i].origin_url, in TEST_P()
288 GetRootPath(kRootPathTestCases[i].origin_url, in TEST_P()
300 EXPECT_FALSE(GetRootPath(kRootPathFileURITestCases[i].origin_url, in TEST_P()
313 EXPECT_TRUE(GetRootPath(kRootPathFileURITestCases[i].origin_url, in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/holding_space/
H A Dholding_space_thumbnail_loader_browsertest.cc70 const base::FilePath& GetRootPath() const { return temp_dir_.GetPath(); } in GetRootPath() function in __anon51858edc0111::ScopedExternalMountPoint
131 return mount_point()->GetRootPath().AppendASCII("fake.png"); in GetTestPath()
133 return mount_point()->GetRootPath().AppendASCII("empty_dir"); in GetTestPath()
135 return mount_point()->GetRootPath().AppendASCII("image3.jpg"); in GetTestPath()
137 return mount_point()->GetRootPath().AppendASCII("broken.jpg"); in GetTestPath()
139 return mount_point()->GetRootPath().AppendASCII("image.png"); in GetTestPath()
/dports/devel/upp/upp/examples/SkylarkUpload/
H A DHandlers.icpp83 http("UploadFolder", Upload().GetRootPath());
95 String fileName = AppendFileName(Upload().GetRootPath(), (String)http["filename"]);
102 SaveFile(AppendFileName(Upload().GetRootPath(), (String)filenames[i]), contents[i]);
H A DSkylarkUpload.h23 String const &GetRootPath(void) { return rootPath; } in GetRootPath() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/assistant/
H A Dutils.cc46 base::FilePath GetRootPath() { in GetRootPath() function
55 return GetRootPath().Append(FILE_PATH_LITERAL("google-assistant-library")); in GetBaseAssistantDir()
105 : GetRootPath().Append(FILE_PATH_LITERAL("log")).value(); in CreateLibAssistantConfig()
H A Dutils.h21 base::FilePath GetRootPath();
/dports/security/lego/lego-4.5.3/cmd/
H A Dcmd_list.go46 matches, err := filepath.Glob(filepath.Join(certsStorage.GetRootPath(), "*.crt"))
101 matches, err := filepath.Glob(filepath.Join(accountsStorage.GetRootPath(), "*", "*", "*.json"))
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/cmd/
H A Dcmd_list.go46 matches, err := filepath.Glob(filepath.Join(certsStorage.GetRootPath(), "*.crt"))
101 matches, err := filepath.Glob(filepath.Join(accountsStorage.GetRootPath(), "*", "*", "*.json"))
/dports/editors/lazarus/lazarus/lcl/
H A Dshellctrls.pas85 function GetRootPath: string; in GetRootPath() function
781 function TCustomShellTreeView.GetRootPath: string; in GetRootPath() function
947 Result := GetRootPath() + Result; // Include root directory
965 IsRoot := (ANode = nil) or ((ANode = Items.GetFirstVisibleNode) and (GetRootPath <> ''));
971 if (ANode = nil) and (GetRootPath <> '') then ANode := Items.GetFirstVisibleNode;
977 RootNodeText := GetRootPath;
1128 if (GetRootPath <> '') then
1130 FQRootPath := AppendPathDelim(GetRootPath)
1235 if (GetRootPath <> '') and Assigned(Node) then
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dshellctrls.pas85 function GetRootPath: string; in GetRootPath() function
781 function TCustomShellTreeView.GetRootPath: string; in GetRootPath() function
947 Result := GetRootPath() + Result; // Include root directory
965 IsRoot := (ANode = nil) or ((ANode = Items.GetFirstVisibleNode) and (GetRootPath <> ''));
971 if (ANode = nil) and (GetRootPath <> '') then ANode := Items.GetFirstVisibleNode;
977 RootNodeText := GetRootPath;
1128 if (GetRootPath <> '') then
1130 FQRootPath := AppendPathDelim(GetRootPath)
1235 if (GetRootPath <> '') and Assigned(Node) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dshellctrls.pas98 function GetRootPath: string; in GetRootPath() function
833 function TCustomShellTreeView.GetRootPath: string; in GetRootPath() function
1047 Result := GetRootPath() + Result; // Include root directory
1064 IsRoot := (ANode = nil) or ((ANode = Items.GetFirstVisibleNode) and (GetRootPath <> ''));
1070 if (ANode = nil) and (GetRootPath <> '') then ANode := Items.GetFirstVisibleNode;
1076 RootNodeText := GetRootPath;
1227 if (GetRootPath <> '') then
1229 FQRootPath := AppendPathDelim(GetRootPath)
1332 if (GetRootPath <> '') and Assigned(Node) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dshellctrls.pas98 function GetRootPath: string; in GetRootPath() function
833 function TCustomShellTreeView.GetRootPath: string; in GetRootPath() function
1047 Result := GetRootPath() + Result; // Include root directory
1064 IsRoot := (ANode = nil) or ((ANode = Items.GetFirstVisibleNode) and (GetRootPath <> ''));
1070 if (ANode = nil) and (GetRootPath <> '') then ANode := Items.GetFirstVisibleNode;
1076 RootNodeText := GetRootPath;
1227 if (GetRootPath <> '') then
1229 FQRootPath := AppendPathDelim(GetRootPath)
1332 if (GetRootPath <> '') and Assigned(Node) then
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/
H A Dconfig.pl32 $rootpath = &GetRootPath();
/dports/games/flightgear/flightgear-2020.3.11/utils/fgpanel/
H A DApplicationProperties.hxx29 static SGPath GetRootPath (const char *subDir = NULL);
H A DApplicationProperties.cxx49 ApplicationProperties::GetRootPath (const char *sub) { in GetRootPath() function in ApplicationProperties
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dio.php151 function GetRootPath() function
188 return GetRootPath() . $path ;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php208 function GetRootPath() function
247 return GetRootPath().$path;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php210 function GetRootPath() function
250 return GetRootPath().$path;
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dconnector.cgi42 $rootpath = &GetRootPath();
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dconnector.cgi42 $rootpath = &GetRootPath();
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/events/windows/
H A DGUIWindowEventLog.h29 std::string GetRootPath() const override { return "events://"; } in GetRootPath() function
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/php/
H A Dconnector.php40 $GLOBALS["UserFilesDirectory"] = GetRootPath() . $GLOBALS["UserFilesPath"] ;
H A Dio.php88 function GetRootPath()
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/php/
H A Dconnector.php39 $GLOBALS["UserFilesDirectory"] = GetRootPath() . $GLOBALS["UserFilesPath"] ;

12345