Searched refs:abcFile (Results 1 – 3 of 3) sorted by relevance
819 std::filesystem::path abcFile{abcPath}; variable820 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);
735 std::filesystem::path abcFile { abcPath }; in GetAbcContent() local736 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()
1420 std::filesystem::path abcFile { abcPath }; in GetAbcContent() local1421 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()