Home
last modified time | relevance | path

Searched refs:found (Results 1 – 7 of 7) sorted by relevance

/system/core/rootdir/
Dinit.rc98 # create the lost+found directories, so as to enforce our permissions
99 mkdir /data/lost+found 0770
100 mkdir /cache/lost+found 0770
102 # double check the perms, in case lost+found already exists, and set owner
103 chown root root /data/lost+found
104 chmod 0770 /data/lost+found
105 chown root root /cache/lost+found
106 chmod 0770 /cache/lost+found
/system/core/sh/
Djobs.c727 struct job *found; in getjob() local
729 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()
Dexpand.c1394 int invert, found; in pmatch() local
1415 found = 0; in pmatch()
1434 found = 1; in pmatch()
1438 found = 1; in pmatch()
1441 if (found == invert) in pmatch()
DTOUR241 if the command is not found. (When a pipeline is set up,
246 and only print error messages if the command cannot be found
/system/extras/tests/fstest/
Dperm_checker.conf5 /cache/lost+found/ 700 770 root root root root
21 /data/lost+found/ 700 770 root root root root
149 /system/lost+found/ 700 770 root root root root
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
DadmCtrlWpa2.c1470 BOOL found = FALSE; in admCtrlWpa2_findPMKID() local
1474 while(!found && (i < ADMCTRL_PMKID_CACHE_SIZE) && in admCtrlWpa2_findPMKID()
1480 found = TRUE; in admCtrlWpa2_findPMKID()
1492 if(found) in admCtrlWpa2_findPMKID()
/system/core/adb/
DOVERVIEW.TXT50 and will start one automatically if none is found.