Home
last modified time | relevance | path

Searched refs:aStoragePath (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/xml/
H A Dxmlgrhlp.cxx847 OUString aStoragePath = "Pictures/" + rPictureStreamName; in implSaveGraphic() local
850 maExportGraphics[aGraphic] = std::make_pair(aStoragePath, rOutSavedMimeType); in implSaveGraphic()
852 … maExportPdf[aGraphic.getPdfData().get()] = std::make_pair(aStoragePath, rOutSavedMimeType); in implSaveGraphic()
854 return aStoragePath; in implSaveGraphic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/xml/
H A Dxmlgrhlp.cxx846 OUString aStoragePath = "Pictures/" + rPictureStreamName; in implSaveGraphic() local
849 maExportGraphics[aGraphic] = std::make_pair(aStoragePath, rOutSavedMimeType); in implSaveGraphic()
851 return aStoragePath; in implSaveGraphic()
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp666 const nsAString& aStoragePath) { in GetArchiveFile() argument
668 MOZ_ASSERT(!aStoragePath.IsEmpty()); in GetArchiveFile()
670 QM_TRY_UNWRAP(auto archiveFile, QM_NewLocalFile(aStoragePath)); in GetArchiveFile()
678 CreateArchiveStorageConnection(const nsAString& aStoragePath) { in CreateArchiveStorageConnection() argument
680 MOZ_ASSERT(!aStoragePath.IsEmpty()); in CreateArchiveStorageConnection()
682 QM_TRY_INSPECT(const auto& archiveFile, GetArchiveFile(aStoragePath)); in CreateArchiveStorageConnection()
725 nsresult AttachArchiveDatabase(const nsAString& aStoragePath, in AttachArchiveDatabase() argument
728 MOZ_ASSERT(!aStoragePath.IsEmpty()); in AttachArchiveDatabase()
731 QM_TRY_INSPECT(const auto& archiveFile, GetArchiveFile(aStoragePath)); in AttachArchiveDatabase()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp666 const nsAString& aStoragePath) { in GetArchiveFile() argument
668 MOZ_ASSERT(!aStoragePath.IsEmpty()); in GetArchiveFile()
670 QM_TRY_UNWRAP(auto archiveFile, QM_NewLocalFile(aStoragePath)); in GetArchiveFile()
678 CreateArchiveStorageConnection(const nsAString& aStoragePath) { in CreateArchiveStorageConnection() argument
680 MOZ_ASSERT(!aStoragePath.IsEmpty()); in CreateArchiveStorageConnection()
682 QM_TRY_INSPECT(const auto& archiveFile, GetArchiveFile(aStoragePath)); in CreateArchiveStorageConnection()
725 nsresult AttachArchiveDatabase(const nsAString& aStoragePath, in AttachArchiveDatabase() argument
728 MOZ_ASSERT(!aStoragePath.IsEmpty()); in AttachArchiveDatabase()
731 QM_TRY_INSPECT(const auto& archiveFile, GetArchiveFile(aStoragePath)); in AttachArchiveDatabase()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp683 nsresult GetArchiveFile(const nsAString& aStoragePath, nsIFile** aArchiveFile) { in GetArchiveFile() argument
685 MOZ_ASSERT(!aStoragePath.IsEmpty()); in GetArchiveFile()
688 auto archiveFileOrErr = QM_NewLocalFile(aStoragePath); in GetArchiveFile()
704 nsresult CreateArchiveStorageConnection(const nsAString& aStoragePath, in CreateArchiveStorageConnection() argument
707 MOZ_ASSERT(!aStoragePath.IsEmpty()); in CreateArchiveStorageConnection()
711 nsresult rv = GetArchiveFile(aStoragePath, getter_AddRefs(archiveFile)); in CreateArchiveStorageConnection()
762 nsresult AttachArchiveDatabase(const nsAString& aStoragePath, in AttachArchiveDatabase() argument
765 MOZ_ASSERT(!aStoragePath.IsEmpty()); in AttachArchiveDatabase()
769 nsresult rv = GetArchiveFile(aStoragePath, getter_AddRefs(archiveFile)); in AttachArchiveDatabase()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp707 const nsAString& aStoragePath) { in GetArchiveFile() argument
709 MOZ_ASSERT(!aStoragePath.IsEmpty()); in GetArchiveFile()
711 QM_TRY_UNWRAP(auto archiveFile, QM_NewLocalFile(aStoragePath)); in GetArchiveFile()
720 CreateArchiveStorageConnection(const nsAString& aStoragePath) { in CreateArchiveStorageConnection() argument
722 MOZ_ASSERT(!aStoragePath.IsEmpty()); in CreateArchiveStorageConnection()
724 QM_TRY_INSPECT(const auto& archiveFile, GetArchiveFile(aStoragePath)); in CreateArchiveStorageConnection()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/quota/
H A DActorsParent.cpp1618 nsAString& aStoragePath) in CloneStoragePath() argument
1633 rv = storageDir->GetPath(aStoragePath); in CloneStoragePath()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/quota/
H A DActorsParent.cpp1515 nsAString& aStoragePath) { in CloneStoragePath() argument
1529 rv = storageDir->GetPath(aStoragePath); in CloneStoragePath()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/quota/
H A DActorsParent.cpp2288 nsAString& aStoragePath) { in CloneStoragePath() argument
2302 rv = storageDir->GetPath(aStoragePath); in CloneStoragePath()