Home
last modified time | relevance | path

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

/trusty/user/base/lib/storage/rust/src/
Dtest.rs34 let file_contents = "Hello, world!"; in read_write() localVariable
55 let file_contents = "Hello, world!"; in read_all_buf_too_small() localVariable
75 let file_contents = b"Hello, world!"; in read_at() localVariable
107 let file_contents = "Hello, world!"; in write_at() localVariable
184 let file_contents = "Hello, world!"; in rename_delete() localVariable
240 let file_contents = "multiple_files_in_transaction"; in multiple_files_in_transaction() localVariable
284 let file_contents = "Hello, world!"; in read_in_transaction() localVariable
316 let file_contents = "discard_transaction"; in discard_transaction() localVariable
348 let file_contents = "discard_transaction_on_drop"; in drop_transaction() localVariable
415 let file_contents = "Hello, world!"; in list_during_transaction() localVariable