Home
last modified time | relevance | path

Searched refs:main_path (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dspawn.py187 main_path = getattr(main_module, '__file__', None)
188 if main_path is not None:
189 if (not os.path.isabs(main_path) and
191 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
192 d['init_main_from_path'] = os.path.normpath(main_path)
265 def _fixup_main_from_path(main_path): argument
273 main_name = os.path.splitext(os.path.basename(main_path))[0]
279 if getattr(current_main, '__file__', None) == main_path:
287 main_content = runpy.run_path(main_path,
293 def import_main_path(main_path): argument
[all …]
Dforkserver.py167 def main(listener_fd, alive_r, preload, main_path=None, sys_path=None): argument
170 if '__main__' in preload and main_path is not None:
173 spawn.import_main_path(main_path)
/third_party/cJSON/tests/unity/examples/example_3/
Drakefile_helper.rb226 main_path = $cfg['compiler']['source_path'] + main + C_EXTENSION
230 extract_headers(main_path).each do |header|
236 main_base = File.basename(main_path, C_EXTENSION)
237 obj_list << compile(main_path)
/third_party/unity/examples/example_3/
Drakefile_helper.rb232 main_path = $cfg['compiler']['source_path'] + main + C_EXTENSION
236 extract_headers(main_path).each do |header|
242 main_base = File.basename(main_path, C_EXTENSION)
243 obj_list << compile(main_path)