Searched refs:Creat (Results 1 – 5 of 5) sorted by relevance
365 auto output = cuttlefish::SharedFD::Creat(output_path, 0600); in AggregateImage()395 auto header = cuttlefish::SharedFD::Creat(header_file, 0600); in CreateCompositeDisk()401 auto footer = cuttlefish::SharedFD::Creat(footer_file, 0600); in CreateCompositeDisk()
147 cuttlefish::SharedFD::Creat(misc_output_path.c_str(), 0644); in CombineTargetZipFiles()
139 auto output_file = cuttlefish::SharedFD::Creat(dst.c_str(), 0666); in DecompressKernel()
123 static SharedFD Creat(const std::string& pathname, mode_t mode);
263 SharedFD SharedFD::Creat(const std::string& path, mode_t mode) { in Creat() function in cuttlefish::SharedFD