Lines Matching refs:of
8 - Collects statistics on the size and proportion of each type of file.<br>
11 The **app_check_tool.jar** package of the tool is stored in the **toolchains** directory of the SDK.
26 **Parameters of the command**
30 | --input | Yes | Path of the HAP, HSP, or APP file. |
31 | --out-path | Yes | Path of the detection reports. …
54 **Fields of the output**
58 | taskType | int | Type of the task. The value **1** means a task for scanning for duplicate fi…
59 | taskDesc | String | Description of the task. |
61 | startTime | String | Start time of the task. |
62 | stopTime | String | End time of the task. |
63 | result | Struct | [Fields of result](#section1) |
65 **Fields of result**<a name="section1"></a>
69 | md5 | String | MD5 value of the duplicate files. |
70 | size | int | Size of the duplicate files, in bytes.|
71 | files | Vector\<String> | Paths of the duplicate files. |
81 **Parameters of the command**
85 | --input | Yes | Path of the HAP, HSP, or APP file. |
86 | --out-path | Yes | Path of the detection reports. |
106 **Fields of the output**
110 | taskType | int | Type of the task. The value **2** means a task for scanning for large files.|
111 | taskDesc | String | Description of the task. |
113 | startTime | String | Start time of the task. |
114 | stopTime | String | End time of the task. |
115 | result | Struct | [Fields of result](#section2) |
117 **Fields of result**<a name="section2"></a>
121 | file | String | Path of a file. |
122 | size | int | Size of the file, in bytes.|
132 **Parameters of the command**
136 | --input | Yes | Path of the HAP, HSP, or APP file. …
137 | --out-path | Yes | Path of the detection reports. …
138 …No | Whether to collect statistics on the size and proportion of each type of file. The def…
179 **Fields of the output**
183 …t | Type of the task. The value **3** means a task for collecting statistics on the si…
184 | taskDesc | String | Description of the task. …
186 | startTime | String | Start time of the task. …
187 | stopTime | String | End time of the task. …
188 | pathList | Vector\<String> | Paths of multiple HAP and HSP files. …
189 | result | Struct | [Fields of result](#section3) …
191 **Fields of result**<a name="section3"></a>
196 | totalSize | int | Total size of the files with the same file name extension, in bytes.|
197 | files | Stuct | [Fields of files](#section4) |
199 **Fields of files**<a name="section4"></a>
202 | file | String | Path of a file. |
203 | size | int | Size of the file. |