Lines Matching refs:path
26 # Set this to the absolute path to the folder (NOT the file!) containing the
34 if os.path.exists( compilation_database_folder ):
42 return os.path.dirname( os.path.abspath( __file__ ) )
57 new_flag = os.path.join( working_directory, flag )
65 path = flag[ len( path_flag ): ]
66 new_flag = path_flag + os.path.join( working_directory, path )
75 extension = os.path.splitext( filename )[ 1 ]
85 basename = os.path.splitext( filename )[ 0 ]
88 if os.path.exists( replacement_file ):