Searched refs:old_path (Results 1 – 4 of 4) sorted by relevance
44 local old_path="${MNT_PATH}/old_file"47 echo old | sudo tee "${old_path}" >/dev/null 2>&149 sudo "${rename_exchange}" "${old_path}" "${new_path}" >/dev/null 2>&151 grep new "${old_path}" >/dev/null 2>&159 local old_path="${MNT_PATH}/old_file"63 echo old | sudo tee "${old_path}" >/dev/null 2>&165 sudo "${rename_exchange}" "${old_path}" "${new_path}" >/dev/null 2>&167 grep new "${old_path}" >/dev/null 2>&1
150 const char *old_path = getenv("PATH"); in setup_path() local158 if (old_path) in setup_path()159 astrcat(&new_path, old_path); in setup_path()
296 old_path = get_old_kunitconfig_path(build_dir)297 if os.path.exists(old_path):298 os.remove(old_path) # write_to_file appends to the file299 self._kconfig.write_to_file(old_path)303 old_path = get_old_kunitconfig_path(build_dir)304 if not os.path.exists(old_path):307 old_kconfig = kunit_config.parse_file(old_path)
333 const char *old_path = getenv("MANPATH"); in setup_man_path() local339 if (asprintf(&new_path, "%s:%s", system_path(PERF_MAN_PATH), old_path ?: "") > 0) { in setup_man_path()