Lines Matching refs:strong
51 …<br>mkdir /storage/myDirectory 0755 root root| Creates a folder. <strong>mkdir</strong> and the ta…
52 …Modifies the permission, which must be in the <strong>0</strong>\<i>xxx</i> format. <strong>chmod<…
53 …age/myFile.txt | Modifies the owner group. <strong>chown</strong>, <strong>uid</strong>, <strong>g…
54 …strong>flags</strong>, see the <strong>mountFlagMap[]</strong> function in <strong>base/startup/in…
55 …| Starts services. \<i>serviceName</i> must be contained in the <strong>services</strong> array.<b…
56 …>export TEST /data/test| Sets environment variables. <strong>key</strong> and <strong>value</stron…
59 …xample:<br>write /data/testfile 0| Writes a file. <strong>filename</strong> and <strong>value</str…
63 …strong>subsystem</strong> is optional. If it is not specified, the device enters the current syste…
73 … -v update| Creates a static device node, which is usually in the <strong>/dev</strong> directory.…
78 …_params | Loads <strong>persist</strong> parameters. There must be one and only one space after th…
80 …the <strong>data/service/el0/access_token/nativetoken.json</strong> file. There is one and only on…
82 …unt_fstab /vendor/etc/fstab.test| Mounts partitions based on the <strong>fstab</strong> file.<br>S…
83 …t_fstab /vendor/etc/fstab.test| Unmounts partitions based on the <strong>fstab</strong> file.<br>S…
87 …he disk synchronously. There is only one and only one space after <strong>sync</strong>.<br>System…
95 …strong>.cfg</strong> files. The maximum size of the target file (only <strong>/patch/fstab.cfg</st…
104 …SON *jobItem, Job *resJob)|Checks whether a job exists and parses <strong>cmds</strong> in it.| Sm…
105 …strong>cmds</strong> in the job. This API is used for the small system.<br>It does not apply to th…
106 …Root, <br>int (*checkJobValid)(const char *jobName))|Parses the <strong>trigger</strong> command i…
107 …st char *jobName))|Obtains the job name, condition attribute, and <strong>cmds</strong> command gr…
114 |static void DoTriggerCmd(const struct CmdArgs *ctx)|Executes the <strong>trigger</strong> command.…
116 …har *jobName)|Matches a job based on the job name and invokes <strong>DoCmdByIndex</strong><br>to …
120 The following is the template for configuring <strong>jobs</strong> in the <strong>.cfg</strong> fi…
149 1. <strong>name</strong> and <strong>cmds</strong> are mandatory for a job, and <strong>cmds</stron…
151 …strong>condition</strong> is an optional attribute of a job. It indicates that the job is triggere…
153 …For a job whose condition is a system parameter, its name is prefixed with <strong>param:</strong>.
155 …ng triggered by the <strong>trigger</strong> command in other executable job command groups. By de…
161 7. For the small system, the commands in a job cannot be triggered by the <strong>trigger</strong> …