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

  /external/chromium_org/third_party/lcov/bin/
lcov 146 our $temp_dir_name; # Name of temporary directory
603 if ($temp_dir_name)
605 stat($temp_dir_name);
609 "$temp_dir_name\n");
612 system("rm", "-rf", $temp_dir_name)
615 "$temp_dir_name!\n");
621 $temp_dir_name = create_temp_dir();
623 info("Copying kernel data to temporary directory $temp_dir_name\n");
628 system("cp", "-dr", $gcov_dir, $temp_dir_name)
638 system("cp", "-dr", @kernel_directory, $temp_dir_name)
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 160 our $temp_dir_name; # Name of temporary directory
    [all...]

Completed in 185 milliseconds