Home
last modified time | relevance | path

Searched refs:snapshotDirectory_ (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp41 std::string ScenePersistence::snapshotDirectory_;
47 snapshotDirectory_ = directory + "/SceneSnapShot/"; in CreateSnapshotDir()
48 if (mkdir(snapshotDirectory_.c_str(), S_IRWXU)) { in CreateSnapshotDir()
69 snapshotPath_ = snapshotDirectory_ + bundleName + UNDERLINE_SEPARATOR + in ScenePersistence()
72 snapshotPath_ = snapshotDirectory_ + bundleName + UNDERLINE_SEPARATOR + in ScenePersistence()
166 oldSnapshotPath = snapshotDirectory_ + scenePersistence->bundleName_ + UNDERLINE_SEPARATOR + in RenameSnapshotFromOldPersistentId()
169 oldSnapshotPath = snapshotDirectory_ + scenePersistence->bundleName_ + UNDERLINE_SEPARATOR + in RenameSnapshotFromOldPersistentId()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h57 static std::string snapshotDirectory_; member in OHOS::OHOS::Rosen::ScenePersistence
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_persistence_test.cpp112 std::string test = ScenePersistence::snapshotDirectory_ + in HWTEST_F()

Completed in 3 milliseconds