Lines Matching refs:file
68 file = path + "/" + target_file69 D("probing "+file)71 if os.path.isfile(file):73 return file83 file = path + target_file84 D("probing "+file)86 if os.path.isfile(file):88 return file102 file = find_file_from_upwards(None, "SYSCALLS.TXT")103 if file:104 return os.path.dirname(file)