HomeSort by relevance Sort by last modified time
    Searched refs:reference_profile_file (Results 1 - 2 of 2) sorted by null

  /art/profman/
profile_assistant.h 56 const std::string& reference_profile_file,
69 const ScopedFlock& reference_profile_file,
profile_assistant.cc 34 const ScopedFlock& reference_profile_file,
40 if (!info.Load(reference_profile_file->Fd(), /*merge_classes*/ true, filter_fn)) {
76 if (!reference_profile_file->ClearContent()) {
80 if (!info.Save(reference_profile_file->Fd())) {
137 // The reference_profile_file is opened in read/write mode because it's
139 ScopedFlock reference_profile_file = LockedFile::DupOf(reference_profile_file_fd, local
143 if (reference_profile_file.get() == nullptr) {
149 reference_profile_file,
155 const std::string& reference_profile_file,
166 reference_profile_file.c_str(), O_RDWR, /* block */ true, &error)
    [all...]

Completed in 178 milliseconds