Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/lib/storage/rust/src/
Dtest.rs239 let file_b = "file_b.txt"; in multiple_files_in_transaction() localVariable
252 let mut file_b = transaction.open_file(file_b, OpenMode::CreateExclusive).unwrap(); in multiple_files_in_transaction() localVariable
414 let file_b = "file_b.txt"; in list_during_transaction() localVariable
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DTableMerger_test.cpp117 test::TestFile file_b("path/to/fileB.xml.flat"); in TEST_F() local
125 test::TestFile file_b("res/xml/file.xml"); in TEST_F() local
/aosp_15_r20/external/libvpx/tools/
H A Ddiff.py44 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b): argument
/aosp_15_r20/external/libaom/tools/
H A Ddiff.py46 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b): argument