Searched refs:out_file_name (Results 1 – 1 of 1) sorted by relevance
1372 std::string out_file_name = StringPrintf("/data/misc/profman/%s.txt", pkgname); in dump_profile() local1386 fd_t output_fd = open(out_file_name.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW); in dump_profile()1388 ALOGE("installd cannot chmod '%s' dump_profile\n", out_file_name.c_str()); in dump_profile()