Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp576 std::string path_template(make_temporary_template()); in make_temporary_fd() local
577 int fd = mkstemp(&path_template[0]); in make_temporary_fd()
580 path_template.c_str(), what, strerror(errno)); in make_temporary_fd()
582 unlink(path_template.c_str()); in make_temporary_fd()