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

/gem5/src/arch/arm/
H A Dsemihosting.hh166 virtual bool isTTY() const { return false; } function in class:ArmSemihosting::FileBase
233 bool isTTY() const override;
241 bool needClose() const { return !isTTY(); }
H A Dsemihosting.cc427 int64_t ret = files[argv[1]]->isTTY();
457 int64_t ret = files[argv[1]]->isTTY();
885 ArmSemihosting::File::isTTY() const function in class:ArmSemihosting::File
962 if (!isTTY()) {
978 if (!isTTY()) {

Completed in 8 milliseconds