Home
last modified time | relevance | path

Searched refs:how (Results 1 – 12 of 12) sorted by relevance

/system/core/sh/
Dmiscbltin.c344 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()
DTOUR6 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++/
DREADME.TXT18 example how to structure your files.
/system/core/init/
Dinit.c389 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()
Dreadme.txt59 Options are modifiers to services. They affect how and when init
/system/vold/
Dcryptfs.c1136 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/
Dsock_shutdown_test.c207 static int _shutdown(int fd, int how) { in _shutdown() argument
211 ret = shutdown(fd, how); in _shutdown()
Dpipetest.c95 static int _shutdown(int fd, int how) { in _shutdown() argument
99 ret = shutdown(fd, how); in _shutdown()
Dasocket_test.c286 static int _shutdown(int fd, int how) { in _shutdown() argument
290 ret = shutdown(fd, how); in _shutdown()
Dsocktest.c300 static int _shutdown(int fd, int how) { in _shutdown() argument
304 ret = shutdown(fd, how); in _shutdown()
/system/extras/tests/sdcard/
DREADME9 to check how the sdcard scale with the number of processes.
/system/core/rootdir/
Dinit.rc254 # parameters to match how it is managing things.