Home | History | Annotate | Download | only in installd

Lines Matching refs:out_file_name

961     std::string out_file_name = StringPrintf("/data/misc/profman/%s-%s.txt",
975 unique_fd output_fd(open(out_file_name.c_str(),
978 LOG(ERROR) << "installd cannot chmod file for dump_profile" << out_file_name;