Home
last modified time | relevance | path

Searched refs:file_properties (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/test/storage-unittest-aidl/
Dlib.rs74 ($mod_name:ident, $file_properties:ident) => {
76 use super::$file_properties;
82 let ss = assert_ok!(start_session($file_properties));
87 let ss = assert_ok!(start_session($file_properties));
92 let ss = assert_ok!(start_session($file_properties));
97 let ss = assert_ok!(start_session($file_properties));
/trusty/user/app/storage/
Daidl_service.cpp642 Status MakeSession(const FileProperties& file_properties, in MakeSession() argument
646 Status result = get_fs(file_properties, &fs_type); in MakeSession()
712 Status startSession(const FileProperties& file_properties, in startSession() argument
716 service_->MakeSession(file_properties, &peer_, &session); in startSession()