Searched refs:fileReadOk (Results 1 – 4 of 4) sorted by relevance
124 bool fileReadOk; in tryLoadFile() local125 std::tie(fileReadOk, *contents) = ReadFile(path); in tryLoadFile()126 ASSERT_TRUE(fileReadOk) << "Cannot open " << tag << " file: " << path; in tryLoadFile()134 bool fileReadOk; in tryLoadSpvFile() local135 std::tie(fileReadOk, contents) = ReadSpvBinaryFile(path); in tryLoadSpvFile()136 ASSERT_TRUE(fileReadOk) << "Cannot open " << tag << " file: " << path; in tryLoadSpvFile()
242 bool fileReadOk = false; in jsonToSpirv() local244 std::tie(fileReadOk, content) = ReadFile(jsonPath); in jsonToSpirv()245 if (!fileReadOk) { in jsonToSpirv()