Searched refs:test_profile_ (Results 1 – 1 of 1) sorted by relevance
437 test_profile_ = std::string(option.substr(strlen("--generate-test-profile="))); in ParseArgs()1868 int profile_test_fd = open(test_profile_.c_str(), flags, 0644); in GenerateTestProfile()1870 PLOG(ERROR) << "Cannot open " << test_profile_; in GenerateTestProfile()1896 return !test_profile_.empty(); in ShouldGenerateTestProfile()1982 std::string test_profile_; member in art::ProfMan