Home
last modified time | relevance | path

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

/packages/modules/Virtualization/demo_native/
Dmain.cpp137 Result<ScopedFileDescriptor> open_file(const std::string& path, int flags) { in open_file() function
151 ScopedFileDescriptor idsig = OR_RETURN(open_file(path, O_CREAT | O_RDWR)); in create_or_update_idsig_file()
167 return open_file(path, O_RDWR); in create_instance_image_file_if_needed()
171 ScopedFileDescriptor instance = OR_RETURN(open_file(path, O_CREAT | O_RDWR)); in create_instance_image_file_if_needed()
187 ScopedFileDescriptor main_apk = OR_RETURN(open_file(main_apk_path, O_RDONLY)); in create_vm_config()