OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cat
(Results
1 - 25
of
1553
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jemalloc/include/jemalloc/internal/
private_unnamespace.sh
3
for symbol in `
cat
$1` ; do
private_namespace.sh
3
for symbol in `
cat
$1` ; do
public_namespace.sh
3
for nm in `
cat
$1` ; do
public_unnamespace.sh
3
for nm in `
cat
$1` ; do
/external/linux-kselftest/tools/testing/selftests/ftrace/samples/
fail.tc
3
cat
non-exist-file
xfail.tc
3
cat
non-exist-file || exit_xfail
/external/toolchain-utils/binary_search_tool/ndk/
get_initial_items.sh
11
cat
${BISECT_DIR}/good/_LIST
switch_to_bad.sh
44
cat
$OBJ_LIST_FILE | xargs rm
switch_to_good.sh
44
cat
$OBJ_LIST_FILE | xargs rm
/external/valgrind/tests/
filter_sink
3
cat
> /dev/null
/external/ltp/testcases/kdump/lib/
sysinfo.sh
10
cat
/proc/version
14
cat
/proc/cpuinfo
18
cat
/proc/meminfo
22
cat
/proc/devices
26
cat
/proc/interrupts
30
cat
/proc/iomem
34
cat
/proc/partitions
/external/ltp/tools/pounder21/test_scripts/
get_hw_info
33
cat
/proc/cmdline
37
cat
/proc/cpuinfo
45
cat
/proc/devices
49
cat
/proc/dma
53
cat
/proc/interrupts
57
cat
/proc/iomem
61
cat
/proc/ioports
69
find /proc/ide -type f | while read f; do echo $f;
cat
$f; done;
73
find /proc/scsi -type f | while read f; do echo $f;
cat
$f; done;
85
find /sys -mount -type f | while read f; do echo $f: `
cat
$f`; don
[
all
...]
/device/asus/fugu/
init.fugu.countrycode.sh
2
setprop ro.boot.wificountrycode `
cat
/factory/country`
/external/ltp/testcases/kernel/controllers/cgroup/
test_3_2.sh
28
cat
/proc/sched_debug > /dev/null
/external/ltp/testscripts/
adp_test.sh
5
cat
/proc/[0-9]*/cmdline > /dev/null 2>/dev/null
/external/toolchain-utils/binary_search_tool/android/
get_initial_items.sh
13
cat
${BISECT_GOOD_BUILD}/_LIST
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
get_initial_items.sh
5
cat
${bisect_dir}/good/_LIST
/toolchain/binutils/binutils-2.25/gold/testsuite/
missing_key_func.sh
39
cat
"$1"
52
cat
"$1"
defsym_test.sh
33
cat
"$1"
ehdr_start_test_4.sh
33
cat
"$1"
pr12826.sh
36
cat
"$1"
script_test_4.sh
36
cat
"$1"
script_test_5.sh
37
cat
"$1"
ver_test_2.sh
38
cat
"$1"
/bionic/tests/
nl_types_test.cpp
23
nl_catd
cat
= catopen("/does/not/exist", NL_CAT_LOCALE);
local
24
ASSERT_EQ(reinterpret_cast<nl_catd>(-1),
cat
);
26
ASSERT_STREQ("hello, world!", catgets(
cat
, NL_SETD, 0, "hello, world!"));
29
ASSERT_EQ(-1, catclose(
cat
));
Completed in 380 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>