Home
last modified time | relevance | path

Searched refs:mk_file (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/glob/tests/
H A Dglob-std.rs26 fn mk_file(path: &str, directory: bool) { in main() functions
42 mk_file("aaa", true); in main()
43 mk_file("aaa/apple", true); in main()
44 mk_file("aaa/orange", true); in main()
45 mk_file("aaa/tomato", true); in main()
46 mk_file("aaa/tomato/tomato.txt", false); in main()
47 mk_file("aaa/tomato/tomoto.txt", false); in main()
48 mk_file("bbb", true); in main()
49 mk_file("bbb/specials", true); in main()
50 mk_file("bb in main()
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py673 mk_file = gyp.common.WriteOnDiff(os.path.join(output_dir, filename))
675 mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n')
676 mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n')
697 mk_file.write("all: %s\n" % " ".join(first_outputs_cyg))
700 mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od)
701 mk_file.write("\n")
715 mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs)))
716 mk_file.write("\t%s\n\n" % cmd)
718 mk_file.close()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py671 mk_file = gyp.common.WriteOnDiff(os.path.join(output_dir, filename))
673 mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n')
674 mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n')
695 mk_file.write("all: %s\n" % " ".join(first_outputs_cyg))
698 mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od)
699 mk_file.write("\n")
713 mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs)))
714 mk_file.write("\t%s\n\n" % cmd)
716 mk_file.close()

Completed in 9 milliseconds