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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
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 160 milliseconds