OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJ_LIST_FILE
(Results
1 - 4
of
4
) sorted by null
/external/toolchain-utils/binary_search_tool/ndk/
switch_to_bad.sh
12
OBJ_LIST_FILE
=$1
44
cat $
OBJ_LIST_FILE
| xargs rm
switch_to_good.sh
12
OBJ_LIST_FILE
=$1
44
cat $
OBJ_LIST_FILE
| xargs rm
/external/toolchain-utils/binary_search_tool/android/
switch_to_bad.sh
18
OBJ_LIST_FILE
=$1
30
xargs -P ${BISECT_NUM_JOBS} -a ${
OBJ_LIST_FILE
} -r -l -I '{}' \
switch_to_good.sh
17
OBJ_LIST_FILE
=$1
29
xargs -P ${BISECT_NUM_JOBS} -a ${
OBJ_LIST_FILE
} -r -l -I '{}' \
Completed in 1445 milliseconds