Searched refs:new_st (Results 1 - 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/bta/include/ |
H A D | bta_fs_co.h | 222 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id);
|
/external/bluetooth/bluedroid/btif/co/ |
H A D | bta_fs_co.c | 1130 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id) 1129 bta_fs_co_session_info(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn, tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id) argument
|
/external/elfutils/src/ |
H A D | ldgeneric.c | 7004 struct stat new_st; local 7005 if (stat (ld_state.outfname, &new_st) != 0 7006 || new_st.st_ino != temp_st.st_ino 7007 || new_st.st_dev != temp_st.st_dev)
|
Completed in 146 milliseconds