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