/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/ |
D | splitfile.c | 104 In = fopen (argv[1], "rb"); in main() 115 Out1 = fopen (OutName1, "wb"); in main() 121 Out2 = fopen (OutName2, "wb"); in main()
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_fileops.c | 69 fp = fopen(file, "r"); in dt_read_file() 126 *to_file = fopen(fw, "w"); in dtop_open_writing_file() 158 FILE *file = fopen(name, "r"); in dtop_get_file_line_amount()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ndiff.py | 61 def fopen(fname): function 69 f1 = fopen(f1name) 70 f2 = fopen(f2name)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/ |
D | GnuGenBootSector.c | 150 f = fopen (LongFilePath (PathInfo->Path),"r"); in GetPathInfo() 164 f = fopen (LongFilePath (PathInfo->Path), "r"); in GetPathInfo() 208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r"); in ProcessBsOrMbr() 232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+"); in ProcessBsOrMbr() 234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w"); in ProcessBsOrMbr()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/ |
D | strip.c | 106 InFile = fopen (argv[1], "rb"); in main() 107 OutFile = fopen (argv[2], "wb"); in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | pgenmain.c | 52 fp = fopen(graminit_c, "w"); in main() 61 fp = fopen(graminit_h, "w"); in main() 82 fp = fopen(filename, "r"); in getgrammar()
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | key.c | 89 fp = fopen(key->fn, "r"); in key_load() 117 fp = fopen(key->fn, "w"); in key_store()
|
D | sha.c | 50 inFile = fopen(filename, "rb"); in sha_file()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getprotoent.c | 57 protof = fopen(_PATH_PROTOCOLS, "r" ); in setprotoent() 79 if (protof == NULL && (protof = fopen(_PATH_PROTOCOLS, "r" )) == NULL) in getprotoent()
|
D | getnetbyht.c | 72 netf = fopen(_PATH_NETWORKS, "r" ); in _setnethtent() 95 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "r" )) == NULL) in getnetent()
|
D | gethostbyht.c | 95 hostf = fopen(_PATH_HOSTS, "r" ); in _sethosthtent() 117 if (!hostf && ( NULL == (hostf = fopen(_PATH_HOSTS, "r" )))) { in gethostent()
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 48 FILE *f = fopen(fileName, "rb"); in readFile() 70 FILE *f = fopen(fileName, "rb"); in loadFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/ |
D | ModifyInf.c | 317 fpin = fopen (argv[1], "rb"); in main() 323 fpout = fopen (argv[2], "wb"); in main()
|
/device/huawei/angler/thermal/ |
D | thermal.c | 82 file = fopen(file_name, "r"); in read_temperature() 192 file = fopen(CPU_USAGE_FILE, "r"); in get_cpu_usages() 230 cpu_file = fopen(file_name, "r"); in get_cpu_usages()
|
/device/lge/bullhead/thermal/ |
D | thermal.c | 80 file = fopen(file_name, "r"); in read_temperature() 194 file = fopen(CPU_USAGE_FILE, "r"); in get_cpu_usages() 232 cpu_file = fopen(file_name, "r"); in get_cpu_usages()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/ |
D | GenAprioriFile.c | 130 if ((AprioriFptr = fopen (mGlobals.AprioriFileName, "r")) == NULL) { in main() 139 if ((BinFptr = fopen (mGlobals.OutputFileName, "rb")) == NULL) { in main() 235 if ((BinFptr = fopen (mGlobals.OutputFileName, "wb")) == NULL) { in main()
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/ |
D | replace.c | 65 In = fopen (argv[1], "r"); in main() 75 Out = fopen (argv[2], "w+"); in main()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/ |
D | replace.c | 65 In = fopen (argv[1], "r"); in main() 75 Out = fopen (argv[2], "w+"); in main()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrCompiler.cpp | 395 if ((pVfrFile = fopen (mOptions.VfrFileName, "r")) == NULL) { in PreProcess() 462 if ((pInFile = fopen (InFileName, "r")) == NULL) { in Compile() 503 if ((pFile = fopen (mOptions.PkgOutputFileName, "wb")) == NULL) { in GenBinary() 544 if ((pFile = fopen (mOptions.COutputFileName, "w")) == NULL) { in GenCFile() 588 if ((pInFile = fopen (InFileName, "r")) == NULL) { in GenRecordListFile() 593 if ((pOutFile = fopen (mOptions.RecordListFile, "w")) == NULL) { in GenRecordListFile()
|
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/ |
D | mm_lib2d_test.c | 55 FILE *fp = fopen(filename, "w+"); \ 74 FILE *fp = fopen(filename, "w+"); \ 150 f = fopen(fname, "wb"); in lib2d_dump_tga() 225 fp = fopen(fileName, "rb"); in lib2d_test_load_input_yuv_data() 275 fp = fopen(fileName, "rb"); in lib2d_test_load_input_yuv_data_linebyline()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | support.c | 111 f = fopen(name, "r"); 140 f = fopen(OutMetaName(name), "w");
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | ctypeio.c | 69 if ((fp = fopen(name, "r")) == NULL) in __loadctype() 153 if ((fp = fopen(name, "w")) == NULL) in __savectype()
|
/device/google/wahoo/thermal/ |
D | thermal-helper.cpp | 108 file = fopen(file_name, "r"); in readTemperature() 222 file = fopen(kCpuUsageFile, "r"); in fillCpuUsages() 261 cpu_file = fopen(file_name, "r"); in fillCpuUsages()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrServices.cpp | 222 if ((IfrBinFptr = fopen (gOptions.IfrOutputFileName, "w")) == NULL) { in WriteIfrBytes() 292 if ((IfrBinFptr = fopen (gOptions.IfrOutputFileName, "wb")) == NULL) { in WriteIfrBytes() 331 if ((InFptr = fopen (gOptions.PreprocessorOutputFileName, "r")) == NULL) { in WriteIfrBytes() 334 if ((OutFptr = fopen (gOptions.VfrListFileName, "w")) == NULL) { in WriteIfrBytes()
|
/device/google/wahoo/vr/ |
D | VrDevice.cpp | 52 FILE *f = fopen("/sys/devices/virtual/input/ftm4_touch/vrmode", "w"); in setVrMode()
|