Searched refs:BTA_FS_CO_FAIL (Results 1 – 2 of 2) sorted by relevance
138 return BTA_FS_CO_FAIL; in getAccess()156 return BTA_FS_CO_FAIL; in getAccess()386 status = BTA_FS_CO_FAIL; in bta_fs_co_open()419 status = BTA_FS_CO_FAIL; in bta_fs_co_close()462 status = BTA_FS_CO_FAIL; in bta_fs_co_read()507 status = BTA_FS_CO_FAIL; in bta_fs_co_write()581 return BTA_FS_CO_FAIL; in bta_fs_co_access()608 return BTA_FS_CO_FAIL; in bta_fs_co_access()641 status = BTA_FS_CO_FAIL; in bta_fs_co_mkdir()691 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