Lines Matching full:open
3 **_ONLY ONE BLOB IS ALLOWED OPEN AT A TIME_**
6 within the firmware handler can be open at a time.
15 - `open(/flash/active/image)` returns false -- file cannot be opened.
16 - `open(/flash/active/hash)` returns false -- file cannot be opened.
22 You can only open one file at a time, and some of the states exist only when a
23 file is open.
42 - `open(/flash/image)`
43 - `open(/flash/tarball)`
44 - `open(/flash/hash)`
45 - `open(/flash/verify)`
46 - `open(/flash/update)`
52 - `open(/flash/*)` returns false because `fileOpen() == true`
62 - `open(/flash/image)` triggers `state -> uploadInProgress`
63 - `open(/flash/tarball)` triggers `state -> uploadInProgress`
64 - `open(/flash/hash)` triggers `state -> uploadInProgress`
66 - `open(/flash/verify)`
68 - `open(/flash/update)`
76 - `open(/flash/*)` returns false because `state == verificationStarted`
84 - `open(/flash/image)`
85 - `open(/flash/tarball)`
86 - `open(/flash/hash)`
87 - `open(/flash/verify)`
88 - `open(/flash/update)`
98 - `open(/flash/*)`r eturns false because `fileOpen() == true`
109 by running the `stat()` command on their open session (either their session with
116 | 3. `open(/flash/image)` | NYS | UIP |
119 | 6. `open(/flash/hash)` | VP | UIP |
122 | 9. `open(/flash/verify)` | VP | VP |
127 | 13. `open(/flash/update)` | UP | UP |