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

/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in5104 my $file_type = undef;
5108 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null ||
5111 $file_type = "MS Windows";
5116 if ($file_type =~ /64-bit/) {
5124 if ($file_type =~ /MS Windows/) {
5133 if ($file_type =~ /Mach-O/) {

Completed in 66 milliseconds