OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep_cmd
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/
llvmgrep
31
SunOS)
grep_cmd
="ggrep -H -n" ;;
32
Linux|Darwin)
grep_cmd
="egrep -H -n" ;;
33
*)
grep_cmd
="egrep -l -n" ;;
36
-dirs "include lib tools utils docs examples test unittests projects cmake" $
grep_cmd
"$*"
/external/swiftshader/third_party/LLVM/utils/
llvmgrep
31
SunOS)
grep_cmd
="ggrep -H -n" ;;
32
Linux)
grep_cmd
="egrep -H -n" ;;
33
*)
grep_cmd
="egrep -l -n" ;;
36
-dirs "include lib tools utils docs examples test unittests projects cmake" $
grep_cmd
"$*"
/test/vts-testcase/kernel/linux_kselftest/
LinuxKselftestTest.py
99
grep_cmd
= 'grep -l %s' % ' '.join(
104
config.KSFT_DIR,
grep_cmd
, sed_cmd)
Completed in 79 milliseconds