Searched refs:os_read_file (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_file.h20 os_read_file(const char *filename);
H A Dos_file.c44 os_read_file(const char *filename) function in typeref:typename:char *
113 os_read_file(const char *filename) function in typeref:typename:char *
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_file.h42 os_read_file(const char *filename, size_t *size);
H A Dos_file.c125 os_read_file(const char *filename, size_t *size) function in typeref:typename:char *
H A Dos_misc.c281 char *meminfo = os_read_file("/proc/meminfo", NULL);
H A Dxmlconfig.c712 (content = os_read_file(path, &len))) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
H A Dir3-disasm.c48 void *raw = os_read_file(argv[1], &sz);
/xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c68 buf = os_read_file(path, &sz);
82 uint32_t *buf = (uint32_t *)os_read_file(fpath, &sz);
147 char *str = os_read_file(fpath, &sz);
160 val = (int *)os_read_file(buf, &sz);
165 val = (int *)os_read_file(buf, &sz);
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv2dxil.c110 char *file_contents = os_read_file(filename, &file_size);
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Ddisasm.c961 buf = (uint32_t *)os_read_file(file, &sz);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c358 char *meminfo = os_read_file("/proc/meminfo");
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2354 - util: Implement os_read_file for Windows
3258 - freedreno/afuc: Replace readfile with os_read_file.
H A D21.1.0.rst3727 - util: Make os_read_file use O_BINARY on Windows
4960 - freedreno/fdperf: Use os_read_file()
H A D19.1.0.rst1627 - util: add os_read_file() helper
H A D20.1.0.rst3393 - util/os_file: extend os_read_file to return the file size

Completed in 34 milliseconds