OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileglob
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/
compare_two_ftime_report_sets
112
def match_files(
fileglob
):
116
return glob.iglob(os.path.expanduser(
fileglob
))
558
def sample_from_timevar_logs(
fileglob
, pattern, alpha):
560
text = "\nArithmetic sample for timevar log files\n\"" +
fileglob
+ "\""
564
filelist = match_files(
fileglob
)
/src/external/gpl3/gcc.old/dist/contrib/
compare_two_ftime_report_sets
112
def match_files(
fileglob
):
116
return glob.iglob(os.path.expanduser(
fileglob
))
558
def sample_from_timevar_logs(
fileglob
, pattern, alpha):
560
text = "\nArithmetic sample for timevar log files\n\"" +
fileglob
+ "\""
564
filelist = match_files(
fileglob
)
Completed in 90 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026