Lines Matching refs:file_path
41 def create_boot_table(file_path=None, os_host=""): argument
59 if file_path is None:
61 file_path = os.environ.get(
65 file_path = os.environ.get(
69 file_path = os.environ.get(
73 if not file_path.startswith("/"):
74 file_path = code_base_dir_path + file_path
80 cmd_buf = "egrep -v '^[ ]*$|^[ ]*#' " + file_path + " > " + temp_file_path
155 file_path = gm.which(dir_path + boot_category)
156 boot_list = gm.file_to_list(file_path, newlines=0, comments=0, trim=1)
343 for file_path in file_list:
345 file_dict = vf.parse_file_path(file_path)
347 gp.qprint_timen("Preserving " + file_path + ".")
349 gc.cmd_fnc("rm -f " + file_path)