Home
last modified time | relevance | path

Searched refs:tempDir_ (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp49 tempDir_ = tempDir; in Init()
81 tempDir_.c_str()); in UnInit()
84 BundleUtil::DeleteDir(tempDir_); in UnInit()
130 std::string filePath = tempDir_ + fileName; in CreateStream()
319 pathVec.emplace_back(tempDir_); in Install()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp46 tempDir_.c_str()); in UnInit()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_stream_installer_host_impl.h46 std::string tempDir_; member in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h306 tempDir_ = path; in SetTempDir()
311 return tempDir_; in GetTempDir()
638 std::string tempDir_; member in OHOS::Ace::Container
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_add_test_ng.cpp577 webPattern->delegate_->tempDir_ = "abc"; in HWTEST_F()
587 EXPECT_EQ(webPattern->delegate_->tempDir_ + "/dragdrop/test.txt", fullName); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h916 std::string tempDir_; member in OHOS::Ace::WebDelegate::JavaScriptObjIdErrorCode
H A Dweb_delegate.cpp1742 tempDir_ = container->GetTempDir(); in PrepareInitOHOSWeb()
2853 if (!delegate->tempDir_.empty()) { in InitWebViewWithSurface()
2854 initArgs->AddArg(std::string("--ohos-temp-dir=").append(delegate->tempDir_)); in InitWebViewWithSurface()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1497 if (delegate_->tempDir_.empty()) { in OnDragFileNameStart()
1500 fullName = delegate_->tempDir_ + "/dragdrop/" + fileName; in OnDragFileNameStart()

Completed in 45 milliseconds