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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-objc-class-names 55 my $executablePathAge = -M $executablePath;
62 if (!defined $executablePathAge || !defined $buildTimestampAge || $executablePathAge < $buildTimestampAge || $scriptAge < $buildTimestampAge) {
check-for-weak-vtables-and-externals 55 my $executablePathAge = -M $executablePath;
59 if (!defined $executablePathAge || !defined $buildTimestampAge || $executablePathAge < $buildTimestampAge) {

Completed in 106 milliseconds