OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptAge
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-objc-class-names
56
my $
scriptAge
= -M $0;
62
if (!defined $executablePathAge || !defined $buildTimestampAge || $executablePathAge < $buildTimestampAge || $
scriptAge
< $buildTimestampAge) {
check-for-exit-time-destructors
56
my $
scriptAge
= -M $0;
72
if (defined $buildTimestampAge && $buildTimestampAge < $
scriptAge
) {
check-for-global-initializers
56
my $
scriptAge
= -M $0;
72
if (defined $buildTimestampAge && $buildTimestampAge < $
scriptAge
) {
Completed in 192 milliseconds