HomeSort by relevance Sort by last modified time
    Searched full:ps_file (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 73 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);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 73 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);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 74 char ps_file[PATH_MAX]; variable
977 char ps_file[PATH_MAX]; local
1000 get_ps_file_name(dev_type, rom_version, ps_file);
1003 stream = fopen(ps_file, "r");
1005 ALOGI("firmware file open error:%s, ver:%x\n",ps_file, rom_version);
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 157 class ps_file(ps_object): class in inherits:ps_object
309 self.push(ps_file(self.tokenizer))
  /external/ImageMagick/coders/
wpg.c 752 *ps_file;
771 ps_file=fopen_utf8(postscript_file,"wb");
772 if (ps_file == (FILE *) NULL)
782 (void) fputc(ReadBlobByte(image),ps_file);
784 (void) fclose(ps_file);
748 *ps_file; local
778 (void) fputc(ReadBlobByte(image),ps_file); local
    [all...]

Completed in 1002 milliseconds