Searched refs:out_file_name (Results 1 – 2 of 2) sorted by relevance
803 std::string out_file_name = StringPrintf("/data/misc/profman/%s.txt", pkgname.c_str()); in dump_profiles() local816 unique_fd output_fd(open(out_file_name.c_str(), in dump_profiles()819 ALOGE("installd cannot chmod '%s' dump_profile\n", out_file_name.c_str()); in dump_profiles()
248 std::string* out_dir_name, std::string* out_file_name) { in get_secondary_dex_location() argument257 *out_file_name = dex_path.substr(dirIndex + 1); in get_secondary_dex_location()