Searched defs:InitFlock (Results 1 - 1 of 1) sorted by relevance

/art/profman/
H A Dprofile_assistant.cc72 static bool InitFlock(const std::string& filename, ScopedFlock& flock, std::string* error) { function in namespace:art
76 static bool InitFlock(int fd, ScopedFlock& flock, std::string* error) { function in namespace:art
91 if (!InitFlock(filenames[i], flocks_[i], error)) {
103 if (!InitFlock(fds[i], flocks_[i], error)) {
128 if (!InitFlock(reference_profile_file_fd, reference_profile_file_flock, &error)) {
147 if (!InitFlock(reference_profile_file, reference_profile_file_flock, &error)) {

Completed in 164 milliseconds