Home
last modified time | relevance | path

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

/base/security/asset/services/db_operator/src/
Ddatabase.rs66 let nf = Box::new(UserDbLock { mtx: Mutex::new(user_id) }); in get_split_db_lock_by_user_id() localVariable
69 let nf: &'static UserDbLock = Box::leak(nf); in get_split_db_lock_by_user_id() localVariable
83 let nf = Box::new(UserDbLock { mtx: Mutex::new(user_id) }); in get_file_lock_by_user_id_db_file_name() localVariable
86 let nf: &'static UserDbLock = Box::leak(nf); in get_file_lock_by_user_id_db_file_name() localVariable