Searched refs:created_ (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/files/ |
D | file.cc | 28 created_(false), in File() 34 : error_details_(FILE_OK), created_(false), async_(false) { in File() 44 created_(false), in File() 53 created_(false), in File() 61 created_(other.created()), in File() 74 created_ = other.created(); in operator =()
|
D | file.h | 184 bool created() const { return created_; } in created() 373 bool created_; variable
|
D | file_posix.cc | 452 created_ = false; in DoInitialize() 509 created_ = true; in DoInitialize() 519 created_ = true; in DoInitialize()
|
D | file_util_unittest.cc | 169 created_ = dir_.IsValid() && SetReparsePoint(dir_.Get(), target); in ReparsePoint() 173 if (created_) in ~ReparsePoint() 177 bool IsValid() { return created_; } in IsValid() 181 bool created_; member in base::__anon075779580111::ReparsePoint
|
/external/webrtc/modules/desktop_capture/ |
D | screen_drawer_unittest.cc | 47 : created_(created), ready_(ready), ctor_(ctor) {} in TestScreenDrawerLock() 55 task->created_->store(true); in TestScreenDrawerLock() 75 std::atomic<bool>* const created_; in TestScreenDrawerLock() member in webrtc::__anon7fa58b890111::TestScreenDrawerLock::Task
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/thread_manager/ |
D | thread_manager.h | 125 bool created() const { return created_; } in created() 135 bool created_; variable
|
D | thread_manager.cc | 36 this, &created_); in WorkerThread() 37 if (!created_) { in WorkerThread()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_addrhashmap.h | 86 bool created_; variable 141 return created_; in created() 160 h->created_ = false; in acquire() 241 h->created_ = true; in acquire() 290 if (h->created_) { in release()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_addrhashmap.h | 87 bool created_; variable 152 return created_; in created() 171 h->created_ = false; in acquire() 252 h->created_ = true; in acquire() 301 if (h->created_) { in release()
|