Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp1763 std::ifstream jsonFile(filePath); in ReadAndParseMetadataJson() local
1764 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() local
1879 if (!jsonFile.is_open()) { in TestForDictionaryLayout()
1884 buffer << jsonFile.rdbuf(); in TestForDictionaryLayout()
1888 jsonFile.close(); in TestForDictionaryLayout()
1891 jsonFile.close(); in TestForDictionaryLayout()
[all …]