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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-objc-class-names 53 my $buildTimestampPath = $ENV{'TARGET_TEMP_DIR'} . "/" . basename($0) . join('-', @allowedPrefixes) . ".timestamp";
54 my $buildTimestampAge = -M $buildTimestampPath;
106 touch($buildTimestampPath);
check-for-weak-vtables-and-externals 53 my $buildTimestampPath = $ENV{'TARGET_TEMP_DIR'} . "/" . basename($0) . ".timestamp";
54 my $buildTimestampAge = -M $buildTimestampPath;
111 touch($buildTimestampPath);
check-for-exit-time-destructors 54 my $buildTimestampPath = $ENV{'TARGET_TEMP_DIR'} . "/" . basename($0) . ".timestamp";
55 my $buildTimestampAge = -M $buildTimestampPath;
105 touch($buildTimestampPath);
check-for-global-initializers 54 my $buildTimestampPath = $ENV{'TARGET_TEMP_DIR'} . "/" . basename($0) . ".timestamp";
55 my $buildTimestampAge = -M $buildTimestampPath;
145 touch($buildTimestampPath);

Completed in 1055 milliseconds