Home
last modified time | relevance | path

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

/system/core/rootdir/
Dasan_extract.sh26 SRC=/system/asan.tar.bz2
48 if ! test -f $SRC ; then
49 log -p i -t asan_install "Did not find $SRC!"
53 log -p i -t asan_install "Found $SRC, checking whether we need to apply it."
57 ASAN_TAR_MD5=$(md5sum $SRC)
71 log -p i -t asan_install "Untarring $SRC..."
74 bzip2 -c -d $SRC | tar -x -f - --no-same-owner -C / || exit 1