Searched refs:temp_file (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta-selftest/lib/oeqa/runtime/cases/ |
| H A D | dnf_runtime.py | 34 temp_file = os.path.join(self.temp_dir.name, 'tmp.repo') 35 self.tc.target.copyFrom("/etc/yum.repos.d/oe-remote-repo.repo", temp_file) 36 …fixed_config = open(temp_file, "r").read().replace("bogus_ip", self.tc.target.server_ip).replace("… 37 with open(temp_file, "w") as f: 39 self.tc.target.copyTo(temp_file, "/etc/yum.repos.d/oe-remote-repo.repo")
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | trace-event-info.c | 514 snprintf(tdata->temp_file, sizeof(tdata->temp_file), in tracing_data_get() 516 if (!mkstemp(tdata->temp_file)) { in tracing_data_get() 522 temp_fd = open(tdata->temp_file, O_RDWR); in tracing_data_get() 524 pr_debug("Can't read '%s'", tdata->temp_file); in tracing_data_get() 579 err = record_file(tdata->temp_file, 0); in tracing_data_put() 580 unlink(tdata->temp_file); in tracing_data_put()
|
| H A D | trace-event.h | 59 char temp_file[50]; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch | 56 echo "int main() { lchmod(\"${temp_file}\", 0666); }" \ 58 ln -s "${temp_link}" "${temp_file}" && \ 63 rm -f "${temp_file}"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-10 | 6941 struct temp_file *p; 7115 struct temp_file *p;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-10 | 6941 struct temp_file *p; 7115 struct temp_file *p;
|