Searched refs:how (Results 1 – 12 of 12) sorted by relevance
/system/core/sh/ |
D | miscbltin.c | 344 how = SOFT | HARD; in ulimitcmd() local 354 how = HARD; in ulimitcmd() 357 how = SOFT; in ulimitcmd() 396 if (how & SOFT) in ulimitcmd() 398 else if (how & HARD) in ulimitcmd() 419 if (how & HARD) in ulimitcmd() 421 if (how & SOFT) in ulimitcmd() 426 if (how & SOFT) in ulimitcmd() 428 else if (how & HARD) in ulimitcmd()
|
D | TOUR | 6 since it provides helpful information for how the shell is structured, 108 strings on the stack without knowing in advance how long the
|
/system/extras/tests/bionic/libstdc++/ |
D | README.TXT | 18 example how to structure your files.
|
/system/core/init/ |
D | init.c | 389 static void service_stop_or_reset(struct service *svc, int how) in service_stop_or_reset() argument 396 if ((how != SVC_DISABLED) && (how != SVC_RESET)) { in service_stop_or_reset() 398 how = SVC_DISABLED; in service_stop_or_reset() 403 if (how == SVC_RESET) { in service_stop_or_reset() 406 svc->flags |= how; in service_stop_or_reset()
|
D | readme.txt | 59 Options are modifiers to services. They affect how and when init
|
/system/vold/ |
D | cryptfs.c | 1136 int how = 0; in cryptfs_enable() local 1163 how = CRYPTO_ENABLE_WIPE; in cryptfs_enable() 1165 how = CRYPTO_ENABLE_INPLACE; in cryptfs_enable() 1182 if ((how == CRYPTO_ENABLE_INPLACE) && (!strcmp(key_loc, KEY_IN_FOOTER))) { in cryptfs_enable() 1265 if (how == CRYPTO_ENABLE_INPLACE) { in cryptfs_enable() 1339 if (how == CRYPTO_ENABLE_WIPE) { in cryptfs_enable() 1350 } else if (how == CRYPTO_ENABLE_INPLACE) { in cryptfs_enable()
|
/system/bluetooth/tools/ |
D | sock_shutdown_test.c | 207 static int _shutdown(int fd, int how) { in _shutdown() argument 211 ret = shutdown(fd, how); in _shutdown()
|
D | pipetest.c | 95 static int _shutdown(int fd, int how) { in _shutdown() argument 99 ret = shutdown(fd, how); in _shutdown()
|
D | asocket_test.c | 286 static int _shutdown(int fd, int how) { in _shutdown() argument 290 ret = shutdown(fd, how); in _shutdown()
|
D | socktest.c | 300 static int _shutdown(int fd, int how) { in _shutdown() argument 304 ret = shutdown(fd, how); in _shutdown()
|
/system/extras/tests/sdcard/ |
D | README | 9 to check how the sdcard scale with the number of processes.
|
/system/core/rootdir/ |
D | init.rc | 254 # parameters to match how it is managing things.
|