Home
last modified time | relevance | path

Searched refs:ifs (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DsymbolTable.cpp76 std::ifstream ifs; in ReadSymbolTable() local
78 ifs.open(panda::os::file::File::GetExtendedFilePath(symbolTable)); in ReadSymbolTable()
79 if (!ifs.is_open()) { in ReadSymbolTable()
87 while (std::getline(ifs, line)) { in ReadSymbolTable()
/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp175 std::ifstream ifs; in CollectInputFilesFromFileList() local
177 ifs.open(panda::os::file::File::GetExtendedFilePath(input)); in CollectInputFilesFromFileList()
178 if (!ifs.is_open()) { in CollectInputFilesFromFileList()
185 while (std::getline(ifs, line)) { in CollectInputFilesFromFileList()
222 std::ifstream ifs; in ParseCacheFileOption() local
224 ifs.open(panda::os::file::File::GetExtendedFilePath(cacheInput.substr(1))); in ParseCacheFileOption()
225 if (!ifs.is_open()) { in ParseCacheFileOption()
233 while (std::getline(ifs, line)) { in ParseCacheFileOption()

Completed in 3 milliseconds