Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c54 #define FALSE_STR "false" macro
103 {FALSE_STR, 0},
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dencoder.rs267 writer.write_all(FALSE_STR)?; in encode_boolean()
H A Dconsts.rs71 pub(crate) const FALSE_STR: &[u8] = b"false";