Searched refs:abs_path (Results 1 – 5 of 5) sorted by relevance
95 abs_path = os.path.join(base, f)96 if condition(abs_path):97 print "Removing", abs_path98 os.remove(abs_path)
49 char abs_path[4096] = {0}; in RemoveDir() local52 sprintf(abs_path, "%s/%s", path, entry->d_name); in RemoveDir()53 if ((sub_dir = opendir(abs_path)) != NULL) { in RemoveDir()55 RemoveDir(abs_path); in RemoveDir()56 } else if ((file = fopen(abs_path, "r")) != NULL) { in RemoveDir()58 remove(abs_path); in RemoveDir()
101 def abs_path(path): function119 full_path = abs_path(path)193 p = abs_path(path)249 path = abs_path(f_path)
86 configs[k_log_path] = utils.abs_path(configs[k_log_path])
47 def GetBuildVariables(build_top_dir, abs_path, vars): argument59 ("--abs-vars" if abs_path else "--vars"), " ".join(vars)]