Searched refs:found (Results 1 – 7 of 7) sorted by relevance
98 # create the lost+found directories, so as to enforce our permissions99 mkdir /data/lost+found 0770100 mkdir /cache/lost+found 0770102 # double check the perms, in case lost+found already exists, and set owner103 chown root root /data/lost+found104 chmod 0770 /data/lost+found105 chown root root /cache/lost+found106 chmod 0770 /cache/lost+found
727 struct job *found; in getjob() local729 found = NULL; in getjob()736 if (found) { in getjob()738 found = 0; in getjob()741 found = jp; in getjob()744 if (found) in getjob()745 return found; in getjob()
1394 int invert, found; in pmatch() local1415 found = 0; in pmatch()1434 found = 1; in pmatch()1438 found = 1; in pmatch()1441 if (found == invert) in pmatch()
241 if the command is not found. (When a pipeline is set up,246 and only print error messages if the command cannot be found
5 /cache/lost+found/ 700 770 root root root root21 /data/lost+found/ 700 770 root root root root149 /system/lost+found/ 700 770 root root root root
1470 BOOL found = FALSE; in admCtrlWpa2_findPMKID() local1474 while(!found && (i < ADMCTRL_PMKID_CACHE_SIZE) && in admCtrlWpa2_findPMKID()1480 found = TRUE; in admCtrlWpa2_findPMKID()1492 if(found) in admCtrlWpa2_findPMKID()
50 and will start one automatically if none is found.