Searched defs:ps_file (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c73 char ps_file[PATH_MAX]; variable
972 char ps_file[PATH_MAX]; local
995 get_ps_file_name(dev_type, rom_version, ps_file);
998 stream = fopen(ps_file, "r");
1000 ALOGI("firmware file open error:%s, ver:%x\n",ps_file, rom_version);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c73 char ps_file[PATH_MAX]; variable
972 char ps_file[PATH_MAX]; local
995 get_ps_file_name(dev_type, rom_version, ps_file);
998 stream = fopen(ps_file, "r");
1000 ALOGI("firmware file open error:%s, ver:%x\n",ps_file, rom_version);
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c73 char ps_file[PATH_MAX]; variable
972 char ps_file[PATH_MAX]; local
995 get_ps_file_name(dev_type, rom_version, ps_file);
998 stream = fopen(ps_file, "r");
1000 ALOGI("firmware file open error:%s, ver:%x\n",ps_file, rom_version);

Completed in 32 milliseconds