Home
last modified time | relevance | path

Searched defs:ops_flags (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/storage/rust/src/
Dlib.rs271 let ops_flags = if complete { sys::STORAGE_OP_COMPLETE } else { 0 }; in open_file_impl() localVariable
455 let ops_flags = if complete { sys::STORAGE_OP_COMPLETE } else { 0 }; in write_at_impl() localVariable
517 let ops_flags = if complete { sys::STORAGE_OP_COMPLETE } else { 0 }; in set_size_impl() localVariable
554 let ops_flags = if complete { sys::STORAGE_OP_COMPLETE } else { 0 }; in rename_impl() localVariable
595 let ops_flags = if complete { sys::STORAGE_OP_COMPLETE } else { 0 }; in remove_impl() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dflags.cc36 XlaOpsCommonFlags* ops_flags; variable
/aosp_15_r20/external/libnl/lib/genl/
H A Dfamily.c108 static const struct trans_tbl ops_flags[] = { variable