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