Lines Matching refs:path_
215 path_ = SaveDefaultCharacter(path, pathLength_, *this); in set_path()
230 !path_.get()) { in CompleteOperation()
232 } else if (*status_ == OpenStatus::Scratch && path_.get()) { in CompleteOperation()
236 if (path_.get() || wasExtant_ || in CompleteOperation()
239 std::move(path_), pathLength_, convert_, *this); in CompleteOperation()
1402 : NoUnitIoStatementState{*this, sourceFile, sourceLine}, path_{std::move( in InquireUnconnectedFileState()
1433 str = MayRead(path_.get()) ? "YES" : "NO"; in Inquire()
1436 str = MayReadAndWrite(path_.get()) ? "YES" : "NO"; in Inquire()
1439 str = MayWrite(path_.get()) ? "YES" : "NO"; in Inquire()
1442 str = path_.get(); in Inquire()
1461 result = IsExtant(path_.get()); in Inquire()
1500 result = SizeInBytes(path_.get()); in Inquire()