Lines Matching refs:fspath
202 raise DirtySourceDirectory(os.fspath(candidate), CLEAN_SRCDIR)
243 raise MissingDependency(os.fspath(emconfigure), INSTALL_EMSDK)
247 raise MissingDependency(os.fspath(version_txt), INSTALL_EMSDK)
256 os.fspath(version_txt),
264 os.fspath(version_txt),
299 raise MissingDependency(os.fspath(wasm_ld), INSTALL_WASI_SDK)
468 cmd.insert(0, os.fspath(platform.configure_wrapper))
501 cmd.insert(0, os.fspath(platform.make_wrapper))
517 env[key] = os.pathsep.join(os.fspath(p) for p in new_path)
541 cwd=os.fspath(cwd),
590 os.fspath(WASM_WEBSERVER),
629 embuilder_cmd = [os.fspath(platform.ports)]
634 ports_cmd = [os.fspath(platform.cc)]
664 os.fspath(main_c),
666 os.fspath(main_js),