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

  /art/profman/
profman.cc 1147 int profile_test_fd = open(test_profile_.c_str(), O_CREAT | O_TRUNC | O_WRONLY, 0644); local
    [all...]
  /art/dex2oat/
dex2oat_test.cc 670 int profile_test_fd = open(test_profile.c_str(), O_CREAT | O_TRUNC | O_WRONLY, 0644); local
671 CHECK_GE(profile_test_fd, 0);
678 bool result = info.Save(profile_test_fd);
679 close(profile_test_fd);
    [all...]

Completed in 809 milliseconds