Searched refs:BTA_FS_CO_FAIL (Results 1 – 2 of 2) sorted by relevance
139 return BTA_FS_CO_FAIL; in getAccess()157 return BTA_FS_CO_FAIL; in getAccess()387 status = BTA_FS_CO_FAIL; in bta_fs_co_open()420 status = BTA_FS_CO_FAIL; in bta_fs_co_close()464 status = BTA_FS_CO_FAIL; in bta_fs_co_read()511 status = BTA_FS_CO_FAIL; in bta_fs_co_write()587 return BTA_FS_CO_FAIL; in bta_fs_co_access()614 return BTA_FS_CO_FAIL; in bta_fs_co_access()647 status = BTA_FS_CO_FAIL; in bta_fs_co_mkdir()697 return BTA_FS_CO_FAIL; in bta_fs_co_rmdir()[all …]
65 #define BTA_FS_CO_FAIL GOEP_FAIL /* Used to pass all other errors */ macro