Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py642 script_dir = os.getcwd()
712 if not outdir == os.getcwd():
953 if is_dir_new and not filedir == os.getcwd():
990 default=os.getcwd(),
1001 default=os.getcwd(),
1037 default=os.getcwd(),
1054 default=os.getcwd(),
/hal_espressif-3.6.0/west/
Dtools.py82 log.die(msg.format(os.getcwd(), dir))
182 cmd_path = Path(os.getcwd())
/hal_espressif-3.6.0/tools/test_idf_py/test_idf_extensions/test_ext/
Dtest_extension.py4 def action_extensions(base_actions, project_path=os.getcwd()):
/hal_espressif-3.6.0/tools/windows/
Declipse_make.py35 print("Running make in '%s'" % check_path(os.getcwd()))
/hal_espressif-3.6.0/tools/ci/
Dcheck_executables.py32 IDF_PATH = os.getenv('IDF_PATH', os.getcwd())
/hal_espressif-3.6.0/components/newlib/
Drealpath.c111 char * getcwd(char *buf, size_t size) in getcwd() function
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/
Dconfig.py75 for dir_path in (os.getcwd(), os_config_dir, home_dir):
/hal_espressif-3.6.0/tools/idf_monitor_base/
Doutput_helpers.py60 log.die(msg.format(os.getcwd(), dir))
/hal_espressif-3.6.0/tools/idf_py_actions/
DREADME.md9 - project_path - working dir, may be defaulted to `os.getcwd()`
Dcore_ext.py274 'default': os.getcwd(),
/hal_espressif-3.6.0/tools/mass_mfg/
Dmfg_gen.py551 default=os.getcwd(),
568 default=os.getcwd(),
/hal_espressif-3.6.0/tools/cmake/
Dconvert_to_cmake.py196 …roject', help='Path to project to convert (defaults to CWD)', default=os.getcwd(), metavar='projec…
/hal_espressif-3.6.0/tools/unit-test-app/
Didf_ext.py9 def action_extensions(base_actions, project_path=os.getcwd()):
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/
Dconfigure_ds.py197 'outdir': os.getcwd(),
/hal_espressif-3.6.0/tools/
Didf.py651 @click.option('-C', '--project-dir', default=os.getcwd(), type=click.Path())