Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1372 std::string out_file_name = StringPrintf("/data/misc/profman/%s.txt", pkgname); in dump_profile() local
1386 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()