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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1260 std::string out_file_name = StringPrintf("/data/misc/profman/%s.txt", pkgname); local
1274 fd_t output_fd = open(out_file_name.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW);
1276 ALOGE("installd cannot chmod '%s' dump_profile\n", out_file_name.c_str());

Completed in 40 milliseconds