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

/frameworks/wilhelm/tests/automated/
H A DAndroid.mk13 $(call include-path-for, wilhelm-ut)
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk65 $(call include-path-for, wilhelm-ut)
95 $(call include-path-for, wilhelm-ut)
209 $(call include-path-for, wilhelm-ut)
/frameworks/wilhelm/src/
H A DAndroid.mk7 ut/OpenSLESUT.c \
8 ut/slesutResult.c
/frameworks/base/cmds/installd/
H A Dcommands.c686 struct utimbuf ut; local
781 ut.actime = apk_stat.st_atime;
782 ut.modtime = apk_stat.st_mtime;
783 utime(dex_path, &ut);

Completed in 97 milliseconds