Searched refs:getcwd (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/ |
D | nvs_partition_gen.py | 642 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/ |
D | tools.py | 82 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/ |
D | test_extension.py | 4 def action_extensions(base_actions, project_path=os.getcwd()):
|
/hal_espressif-3.6.0/tools/windows/ |
D | eclipse_make.py | 35 print("Running make in '%s'" % check_path(os.getcwd()))
|
/hal_espressif-3.6.0/tools/ci/ |
D | check_executables.py | 32 IDF_PATH = os.getenv('IDF_PATH', os.getcwd())
|
/hal_espressif-3.6.0/components/newlib/ |
D | realpath.c | 111 char * getcwd(char *buf, size_t size) in getcwd() function
|
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/ |
D | config.py | 75 for dir_path in (os.getcwd(), os_config_dir, home_dir):
|
/hal_espressif-3.6.0/tools/idf_monitor_base/ |
D | output_helpers.py | 60 log.die(msg.format(os.getcwd(), dir))
|
/hal_espressif-3.6.0/tools/idf_py_actions/ |
D | README.md | 9 - project_path - working dir, may be defaulted to `os.getcwd()`
|
D | core_ext.py | 274 'default': os.getcwd(),
|
/hal_espressif-3.6.0/tools/mass_mfg/ |
D | mfg_gen.py | 551 default=os.getcwd(), 568 default=os.getcwd(),
|
/hal_espressif-3.6.0/tools/cmake/ |
D | convert_to_cmake.py | 196 …roject', help='Path to project to convert (defaults to CWD)', default=os.getcwd(), metavar='projec…
|
/hal_espressif-3.6.0/tools/unit-test-app/ |
D | idf_ext.py | 9 def action_extensions(base_actions, project_path=os.getcwd()):
|
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/ |
D | configure_ds.py | 197 'outdir': os.getcwd(),
|
/hal_espressif-3.6.0/tools/ |
D | idf.py | 651 @click.option('-C', '--project-dir', default=os.getcwd(), type=click.Path())
|