commit | 2a00854edafbece5e6c73c71129c97345958a2c5 | [log] [tgz] |
---|---|---|
author | Dileep Marchya <dmarchya@codeaurora.org> | Tue Jun 28 12:22:08 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jun 30 22:03:19 2016 -0700 |
tree | e0da5464a2b3cc06740520bf54cfe9a75a589dc1 | |
parent | c84dc1bea2d361558e5eaf9f87bf581efe3ac442 [diff] |
sdm: Close current file stream. - Close currently opened file stream before reusing fstream object to open a new file. fstream open() fails if stream is already associated with a file, object continues to point to current stream, and a call to is_open() returns success. Change-Id: I54850cc6a4879b5d4ea7b17fb3f847fded7c8dcd CRs-Fixed: 1029997