Lines Matching refs:action
82 def package_files(action, name, bins): argument
95 action(paths, target_path + dirname[len(root) + 1:] + '/')
100 if action == uninstall:
101 action([link_path], 'bin/' + bin_name)
102 elif action == install:
107 def npm_files(action): argument
108 package_files(action, 'npm', {
113 def corepack_files(action): argument
114 package_files(action, 'corepack', {
123 def subdir_files(path, dest, action): argument
129 action(files_in_path, subdir + '/')
131 def files(action): argument
146 action([output_prefix + output_file], 'bin/' + output_file)
148 action([output_prefix + output_file], 'lib/' + output_file)
151 action(['out/Release/node.d'], 'lib/dtrace/node.d')
154 action(['src/node.stp'], 'share/systemtap/tapset/')
156 action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
157 action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')
160 action(['doc/node.1'], 'man/man1/')
162 action(['doc/node.1'], 'share/man/man1/')
165 npm_files(action)
168 corepack_files(action)
170 headers(action)
172 def headers(action): argument
179 action(files_arg, dest)
181 action([
196 action(['out/Release/node.exp'], 'include/node/')
201 subdir_files('deps/uv/include', 'include/node/', action)
205 subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
206 subdir_files('deps/openssl/config/archs', 'include/node/openssl/archs', action)
207 subdir_files('deps/openssl/config', 'include/node/openssl', action)
210 action([