HomeSort by relevance Sort by last modified time
    Searched defs:is_locked (Results 1 - 6 of 6) sorted by null

  /development/vndk/tools/sourcedr/sourcedr/
utils.py 41 def is_locked(cls, path): member in class:LockedFile
  /system/tpm/tpm_manager/server/
tpm2_status_test.cc 110 bool is_locked = true; local
116 EXPECT_CALL(mock_tpm_state_, IsInLockout()).WillRepeatedly(Return(is_locked));
127 EXPECT_EQ(lockout, is_locked);
  /external/autotest/server/cros/
lockfile.py 19 >>> print lock.is_locked()
24 >>> print lock.is_locked()
27 ... print lock.is_locked()
29 >>> print lock.is_locked()
36 >>> print lock.is_locked()
178 def is_locked(self): member in class:LockBase
269 def is_locked(self): member in class:LinkFileLock
275 return (self.is_locked() and
  /toolchain/binutils/binutils-2.27/gold/
archive.h 218 is_locked() const function in class:gold::Archive
219 { return this->input_file_->file().is_locked(); }
fileread.cc 132 gold_assert(!this->is_locked());
169 File_read::View::is_locked() function in class:gold::File_read::View
260 gold_assert(this->is_locked());
314 File_read::is_locked() const function in class:gold::File_read
800 if (p->second->is_locked() || p->second->is_permanent_view())
837 if (!(*q)->is_locked())
865 gold_assert(this->file_.is_locked());
object.h 510 is_locked() const function in class:gold::Object
511 { return this->input_file_ != NULL && this->input_file_->file().is_locked(); }
    [all...]

Completed in 80 milliseconds