Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/
DjsDriver.pl42 my $os_type = &get_os_type;
43 my $unixish = (($os_type ne "WIN") && ($os_type ne "MAC"));
44 my $path_sep = ($os_type eq "MAC") ? ":" : "/";
45 my $win_sep = ($os_type eq "WIN")? &get_win_sep : "";
46 my $redirect_command = ($os_type ne "MAC") ? " 2>&1" : "";
66 my $opt_exit_munge = ($os_type ne "MAC") ? 1 : 0;
75 if ($os_type eq "MAC") {
315 "OS type: $os_type<br>\n");
436 if ($os_type eq "MAC") {
629 if ($os_type eq "WIN") {
[all …]
/external/e2fsprogs/lib/e2p/
Dostype.c25 char *e2p_os2string(int os_type) in e2p_os2string() argument
30 if (os_type <= EXT2_OS_LITES) in e2p_os2string()
31 os = os_tab[os_type]; in e2p_os2string()
De2p.h56 char *e2p_os2string(int os_type);
/external/e2fsprogs/
DRELEASE-NOTES1355 and os_type: e2p_os2string() and e2p_string2os(), and used them to