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 872 int profile_test_fd = open(test_profile_.c_str(), O_CREAT | O_TRUNC | O_WRONLY, 0644); local
    [all...]
  /art/dex2oat/
dex2oat_test.cc 606 int profile_test_fd = open(test_profile.c_str(), O_CREAT | O_TRUNC | O_WRONLY, 0644); local
607 CHECK_GE(profile_test_fd, 0);
614 bool result = info.Save(profile_test_fd);
615 close(profile_test_fd);

Completed in 72 milliseconds