Searched refs:jsonFile (Results 1 – 1 of 1) sorted by relevance
1763 std::ifstream jsonFile(filePath); in ReadAndParseMetadataJson() local1764 if (!jsonFile.is_open()) { in ReadAndParseMetadataJson()1769 buffer << jsonFile.rdbuf(); in ReadAndParseMetadataJson()1773 jsonFile.close(); in ReadAndParseMetadataJson()1776 jsonFile.close(); in ReadAndParseMetadataJson()1878 std::ifstream jsonFile(filePath); in TestForDictionaryLayout() local1879 if (!jsonFile.is_open()) { in TestForDictionaryLayout()1884 buffer << jsonFile.rdbuf(); in TestForDictionaryLayout()1888 jsonFile.close(); in TestForDictionaryLayout()1891 jsonFile.close(); in TestForDictionaryLayout()[all …]