Home
last modified time | relevance | path

Searched refs:lock_file_name (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file_assistant.cc179 std::string lock_file_name = dex_location_ + "." + GetInstructionSetString(isa_) + ".flock"; in Lock() local
181 if (!flock_.Init(lock_file_name.c_str(), error_msg)) { in Lock()
182 unlink(lock_file_name.c_str()); in Lock()