HomeSort by relevance Sort by last modified time
    Searched refs:buildTimestampAge (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/
check-for-exit-time-destructors 55 my $buildTimestampAge = -M $buildTimestampPath;
72 if (defined $buildTimestampAge && $buildTimestampAge < $scriptAge) {
74 next if defined $fileAge && $fileAge > $buildTimestampAge;
check-for-weak-vtables-and-externals 54 my $buildTimestampAge = -M $buildTimestampPath;
59 if (!defined $executablePathAge || !defined $buildTimestampAge || $executablePathAge > $buildTimestampAge) {
check-for-global-initializers 55 my $buildTimestampAge = -M $buildTimestampPath;
72 if (defined $buildTimestampAge && $buildTimestampAge < $scriptAge) {
74 next if defined $fileAge && $fileAge > $buildTimestampAge;

Completed in 83 milliseconds