Searched refs:out_file_name (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp799 std::string out_file_name = StringPrintf("/data/misc/profman/%s.txt", pkgname.c_str()); local
812 unique_fd output_fd(open(out_file_name.c_str(),
815 ALOGE("installd cannot chmod '%s' dump_profile\n", out_file_name.c_str());

Completed in 156 milliseconds