Searched refs:get_filename (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 74 static const char *get_filename(struct tegra_bpmp *bpmp, in get_filename() function 318 filename = get_filename(bpmp, file, fnamebuf, sizeof(fnamebuf)); in bpmp_debug_show() 339 filename = get_filename(bpmp, file, fnamebuf, sizeof(fnamebuf)); in bpmp_debug_store() 566 filename = get_filename(bpmp, file, buf, sizeof(buf)); in debugfs_show() 617 filename = get_filename(bpmp, file, fnamebuf, sizeof(fnamebuf)); in debugfs_store()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | read-md.h | 221 const char *get_filename () const { return m_read_md_filename; } in get_filename() function
|
| H A D | selftest.h | 101 const char *get_filename () const { return m_filename; } in get_filename() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | read-md.h | 221 const char *get_filename () const { return m_read_md_filename; } in get_filename() function
|
| H A D | selftest.h | 101 const char *get_filename () const { return m_filename; } in get_filename() function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0001-CVE-2021-42574.patch | 333 const char *const fname = tmp.get_filename (); 986 char_span lspan = location_get_source_line (tmp.get_filename (), 1); 1060 char_span lspan = location_get_source_line (tmp.get_filename (), 1); 1107 - line_corrections lc (&dc, tmp.get_filename (), 1); 1108 + line_corrections lc (policy, tmp.get_filename (), 1); 1149 - line_corrections lc (&dc, tmp.get_filename (), 1); 1150 + line_corrections lc (policy, tmp.get_filename (), 1); 1203 + (linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 0)); 1259 + (linemap_add (line_table, LC_ENTER, false, tmp.get_filename (), 0)); 1596 + FILE *out = fopen (get_filename (), "w"); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch | 73 - my $template = basename($self->get_filename()) . '.tmp-extract.XXXXX'; 80 + my $template = basename($self->get_filename()) . '.tmp-extract.XXXXX';
|