Searched refs:Creat (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_image_utils.cc | 186 auto output_file = SharedFD::Creat(unpack_dir + "/boot_params", 0666); in UnpackBootImage() 218 auto output_file = SharedFD::Creat(unpack_dir + "/vendor_boot_params", 0666); in UnpackVendorBootImageIfNotUnpacked() 236 SharedFD::Creat(unpack_dir + "/" + CONCATENATED_VENDOR_RAMDISK, 0666); in UnpackVendorBootImageIfNotUnpacked() 366 SharedFD::Creat(unpack_dir + "/empty_ramdisk", 0666); in RepackVendorBootImageWithEmptyRamdisk()
|
D | misc_info.cc | 185 SharedFD output_file = SharedFD::Creat(output_path.c_str(), 0644); in WriteMiscInfo()
|
D | assemble_cvd.cc | 388 SharedFD temp = SharedFD::Creat(config.AssemblyPath("restore"), 0660); in InitFilesystemAndCreateConfig()
|
/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.cc | 475 auto output = SharedFD::Creat(output_path, 0600); in AggregateImage() 524 auto header = SharedFD::Creat(header_file, 0600); in CreateCompositeDisk() 530 auto footer = SharedFD::Creat(footer_file, 0600); in CreateCompositeDisk()
|
/device/google/cuttlefish/host/libs/config/ |
D | esp.cpp | 412 const auto config_file = SharedFD::Creat(tmp_grub_config, 0644); in Build() 489 const auto config_file = SharedFD::Creat(tmp_grub_config, 0644); in Build()
|
/device/google/cuttlefish/host/commands/mkenvimage_slim/ |
D | mkenvimage_slim.cc | 72 SharedFD::Creat(FLAGS_output_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in MkenvimageSlimMain()
|
/device/google/cuttlefish/host/libs/avb/ |
D | avb.cpp | 99 auto output_file = SharedFD::Creat(output_path, 0666); in WriteInfoImage()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 148 static SharedFD Creat(const std::string& pathname, mode_t mode);
|
D | shared_fd.cpp | 480 SharedFD SharedFD::Creat(const std::string& path, mode_t mode) { in Creat() function in cuttlefish::SharedFD
|