Home
last modified time | relevance | path

Searched defs:dev_file (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/swap/src/
H A Duserfaultfd.rs157 dev_file: Option<File>, field
172 let dev_file = OpenOptions::new() in new() localVariable
229 let dev_file = self.dev_file.as_ref().map(File::try_clone).transpose()?; in try_clone() localVariable
/aosp_15_r20/system/apex/tests/native/
H A Dapex_shared_libraries_test.cpp104 std::string dev_file = fs::path(entry.blk_device).filename(); in TEST() local
/aosp_15_r20/external/stressapptest/src/
H A Dos.cc756 char dev_file[256]; in PciOpen() local
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs792 let dev_file = OpenOptions::new() in create_vinput_device() localVariable
/aosp_15_r20/external/crosvm/devices/src/
H A Dvfio.rs1115 pub fn dev_file(&self) -> &File { in dev_file() method