Searched refs:prog_file (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof4835 my $prog_file = shift;
4837 # Check for the existence of $prog_file because /usr/bin/file does not
4839 (-e $prog_file) || error("$prog_file does not exist.\n");
4844 my $escaped_prog_file = ShellEscape($prog_file);
4850 print STDERR "WARNING: Can't determine the file type of $prog_file";
/external/jemalloc/bin/
H A Dpprof4868 my $prog_file = shift;
4870 # Check for the existence of $prog_file because /usr/bin/file does not
4872 (-e $prog_file) || error("$prog_file does not exist.\n");
4877 my $escaped_prog_file = ShellEscape($prog_file);
4883 print STDERR "WARNING: Can't determine the file type of $prog_file";
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof4835 my $prog_file = shift;
4837 # Check for the existence of $prog_file because /usr/bin/file does not
4839 (-e $prog_file) || error("$prog_file does not exist.\n");
4844 my $escaped_prog_file = ShellEscape($prog_file);
4850 print STDERR "WARNING: Can't determine the file type of $prog_file";

Completed in 314 milliseconds