HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_SIZE (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java 52 final static int LOCK_SIZE = 10;
549 /** Equivalent to {@code tryLock({@link #LOCK_POSITION}, {@link #LOCK_SIZE}, false)} */
553 * Equivalent to {@code tryLock({@code {@link #LOCK_POSITION} + {@link #LOCK_SIZE}},
554 * {@link #LOCK_SIZE}, false)}
558 /** Equivalent to {@code tryLock({@link #LOCK_POSITION}, {@link #LOCK_SIZE}, true)} */
562 * Equivalent to {@code tryLock({@code {@link #LOCK_POSITION} + {@link #LOCK_SIZE}},
563 * {@link #LOCK_SIZE}, true)}
570 /** Equivalent to {code lock({@link #LOCK_POSITION}, {@link #LOCK_SIZE}, false)} */
574 * Equivalent to {@code lock({@code {@link #LOCK_POSITION} + {@link #LOCK_SIZE}},
575 * {@link #LOCK_SIZE}, false)
    [all...]
  /external/openssh/
ssh-agent.c 143 #define LOCK_SIZE 32
147 char lock_passwd[LOCK_SIZE];
668 char *passwd, passwdhash[LOCK_SIZE];
680 if (timingsafe_bcmp(passwdhash, lock_passwd, LOCK_SIZE) == 0) {
    [all...]

Completed in 161 milliseconds