Home
last modified time | relevance | path

Searched refs:output_file_path (Results 1 – 2 of 2) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc378 std::string output_file_path; in ProcessOptions() local
386 output_file_path = kDefaultOutputFilePath; in ProcessOptions()
400 output_file_path = options.substr(comma_pos + 1); in ProcessOptions()
404 << ", output_file_path=" << output_file_path; in ProcessOptions()
405 stream = new LockedStream(output_file_path); in ProcessOptions()
/art/odrefresh/
Dodrefresh.cc168 const std::string output_file_path = Concatenate({output_directory_path, "/", file_basename}); in MoveOrEraseFiles() local
171 output_files.emplace_back(OS::CreateEmptyFileWriteOnly(output_file_path.c_str())); in MoveOrEraseFiles()
173 PLOG(ERROR) << "Failed to open " << QuotePath(output_file_path); in MoveOrEraseFiles()
182 PLOG(ERROR) << "Could not set file mode on " << QuotePath(output_file_path); in MoveOrEraseFiles()
191 << " to " << QuotePath(output_file_path); in MoveOrEraseFiles()
205 PLOG(ERROR) << "Failed to flush and close file " << QuotePath(output_file_path); in MoveOrEraseFiles()