Home | History | Annotate | Download | only in runtime

Lines Matching refs:scoped_flock

31 #include "base/scoped_flock.h"
857 ScopedFlock scoped_flock;
870 if (!scoped_flock.Init(oat_location, &error_msg)) {
944 if (!scoped_flock.HasFile()) {
946 if (!scoped_flock.Init(oat_location, &error_msg)) {
952 if (Runtime::Current()->IsDex2OatEnabled() && has_flock && scoped_flock.HasFile()) {
954 open_oat_file.reset(CreateOatFileForDexLocation(dex_location, scoped_flock.GetFile()->Fd(),