Home
last modified time | relevance | path

Searched refs:local_file (Results 1 – 6 of 6) sorted by relevance

/third_party/toybox/toys/pending/
Dtftp.c28 char *local_file; in GLOBALS()
277 fd = xcreate(TT.local_file, O_WRONLY | O_CREAT | O_TRUNC, 0666); in file_get()
282 unlink(TT.local_file); in file_get()
337 unlink(TT.local_file); in file_get()
358 unlink(TT.local_file); in file_get()
363 unlink(TT.local_file); in file_get()
369 unlink(TT.local_file); in file_get()
392 fd = xopenro(TT.local_file); in file_put()
440 TT.local_file = (slash) ? slash + 1 : TT.remote_file; in tftp_main()
442 } else if (FLAG(l)) TT.remote_file = TT.local_file; in tftp_main()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dandroid.py611 local_file = source
612 if "$(gyp_intermediate_dir)/" not in local_file:
613 basename = os.path.basename(local_file)
614 local_file = "$(gyp_intermediate_dir)/" + basename
615 (root, ext) = os.path.splitext(local_file)
617 local_file = root + local_cpp_extension
618 if local_file != source:
622 final_generated_sources.append(local_file)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dandroid.py611 local_file = source
612 if "$(gyp_intermediate_dir)/" not in local_file:
613 basename = os.path.basename(local_file)
614 local_file = "$(gyp_intermediate_dir)/" + basename
615 (root, ext) = os.path.splitext(local_file)
617 local_file = root + local_cpp_extension
618 if local_file != source:
622 final_generated_sources.append(local_file)
/third_party/python/Lib/distutils/
Ddist.py372 local_file = "setup.cfg"
373 if os.path.isfile(local_file):
374 files.append(local_file)
/third_party/toybox/generated/
Dglobals.h954 char *local_file; member
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst8 ``local_file://`` URL schemes in ``URLopener().open()`` and