OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gnutar
(Results
26 - 27
of
27
) sorted by null
1
2
/ndk/sources/host-tools/make-3.81/config/
missing
86
tar try tar,
gnutar
, gtar, then tar without non-portable flags
310
# Look for
gnutar
/gtar before invocation to avoid ugly error
312
if (
gnutar
--version > /dev/null 2>&1); then
313
gnutar
"$@" && exit 0
/ndk/sources/host-tools/sed-4.2.1/build-aux/
missing
87
tar try tar,
gnutar
, gtar, then tar without non-portable flags
325
# Look for
gnutar
/gtar before invocation to avoid ugly error
327
if (
gnutar
--version > /dev/null 2>&1); then
328
gnutar
"$@" && exit 0
Completed in 184 milliseconds
1
2