Home
last modified time | relevance | path

Searched refs:abcFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp819 std::filesystem::path abcFile{abcPath}; variable
820 ASSERT_TRUE(abcFile.empty());
821 ASSERT_TRUE(!abcFile.is_absolute());
822 ASSERT_TRUE(!std::filesystem::exists(abcFile));
849 std::fstream file(abcFile, std::ios::in | std::ios::binary);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp735 std::filesystem::path abcFile { abcPath }; in GetAbcContent() local
736 if (abcFile.empty() || !abcFile.is_absolute() || !std::filesystem::exists(abcFile)) { in GetAbcContent()
741 std::fstream file(abcFile, std::ios::in | std::ios::binary); in GetAbcContent()
H A Dwindow_session_impl.cpp1420 std::filesystem::path abcFile { abcPath }; in GetAbcContent() local
1421 if (abcFile.empty() || !abcFile.is_absolute() || !std::filesystem::exists(abcFile)) { in GetAbcContent()
1426 std::fstream file(abcFile, std::ios::in | std::ios::binary); in GetAbcContent()