OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAST_CHANGEID
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/tools/
ftfy.sh
48
LAST_CHANGEID
=$(git show | awk '/Change-Id:/{print $2}')
49
if [ -z "$
LAST_CHANGEID
" ]; then
55
NEW_CHANGEID=${
LAST_CHANGEID
}-styled
61
Cosmetic: Fix whitespace in change ${
LAST_CHANGEID
:0:9}
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh
48
LAST_CHANGEID
=$(git show | awk '/Change-Id:/{print $2}')
49
if [ -z "$
LAST_CHANGEID
" ]; then
55
NEW_CHANGEID=${
LAST_CHANGEID
}-styled
61
Cosmetic: Fix whitespace in change ${
LAST_CHANGEID
:0:9}
Completed in 1627 milliseconds