Searched refs:scoped_flock (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A DAndroid.mk29 base/scoped_flock.cc \
H A Dclass_linker.cc31 #include "base/scoped_flock.h"
857 ScopedFlock scoped_flock; local
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(),

Completed in 52 milliseconds