Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.cc77 static bool InitFlock(const std::string& filename, ScopedFlock& flock, std::string* error) { in InitFlock() function
81 static bool InitFlock(int fd, ScopedFlock& flock, std::string* error) { in InitFlock() function
96 if (!InitFlock(filenames[i], flocks_[i], error)) { in Init()
108 if (!InitFlock(fds[i], flocks_[i], error)) { in Init()
133 if (!InitFlock(reference_profile_file_fd, reference_profile_file_flock, &error)) { in ProcessProfiles()
152 if (!InitFlock(reference_profile_file, reference_profile_file_flock, &error)) { in ProcessProfiles()