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

  /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);
  /toolchain/binutils/binutils-2.25/gold/
archive.h 215 is_locked() const function in class:gold::Archive
216 { 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 451 is_locked() const function in class:gold::Object
452 { return this->input_file_ != NULL && this->input_file_->file().is_locked(); }
    [all...]

Completed in 201 milliseconds