OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdcard
(Results
1 - 25
of
38
) sorted by null
1
2
/system/core/sdcard/
Android.mk
5
LOCAL_SRC_FILES:=
sdcard
.c
6
LOCAL_MODULE:=
sdcard
/system/core/rootdir/etc/
mountd.conf
9
mount_point /
sdcard
/system/extras/tests/fstest/
mounts-test.sh
5
adb shell mount | grep -q /
sdcard
8
echo FAILURE: /
sdcard
is not mounted
14
adb shell mount | grep /
sdcard
| grep -q $i
17
echo FAILURE: /
sdcard
is not mounted $i
/external/bluetooth/bluedroid/conf/
bt_stack.conf
6
BtSnoopFileName=/
sdcard
/btsnoop_hci.log
/system/extras/tests/sdcard/
profile_sdcard.sh
16
# Run a bunch of test on the
sdcard
to establish a performance profile.
32
local file="/tmp/
sdcard
-scalability.txt"
40
adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-
sdcard
.txt
41
local t=$(grep 'write_total' /tmp/tmp-
sdcard
.txt | tail -n 1 | cut -f 6 -d ' ')
/frameworks/base/tests/CoreTests/
run_core_test.sh
5
-Djava.io.tmpdir=/
sdcard
/tmp \
/external/chromium_org/third_party/openssl/openssl/android.testssl/
Uss.cnf
6
RANDFILE = /
sdcard
/android.testssl/.rnd
testssl.sh
27
device=/
sdcard
/android.testssl
CAss.cnf
6
RANDFILE = /
sdcard
/android.testssl/.rnd
testssl
155
adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /
sdcard
/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
161
adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /
sdcard
/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
/external/openssl/android.testssl/
Uss.cnf
6
RANDFILE = /
sdcard
/android.testssl/.rnd
testssl.sh
27
device=/
sdcard
/android.testssl
CAss.cnf
6
RANDFILE = /
sdcard
/android.testssl/.rnd
/build/target/product/
base.mk
99
sdcard
\
/external/chromium_org/third_party/openssl/openssl/patches/
testssl.sh
27
device=/
sdcard
/android.testssl
/external/openssl/patches/
testssl.sh
27
device=/
sdcard
/android.testssl
/external/qemu/distrib/jpeg-6b/
Android.mk
22
# use
sdcard
as libjpeg decoder's backing store
/system/extras/tests/ext4/
android_emmc_perf_tests.sh
88
adb shell stop
sdcard
99
adb shell umount /
sdcard
>/dev/null 2>&1
100
adb shell umount /mnt/
sdcard
>/dev/null 2>&1
/external/qemu/android/
main.c
748
/* No SD Card emulation, so -
sdcard
will be ignored */
749
if (opts->
sdcard
) {
750
dwarning( "Emulated hardware doesn't support SD Cards. -
sdcard
option ignored." );
751
opts->
sdcard
= NULL;
754
/* Auto-configure -
sdcard
if it is not available */
755
if (!opts->
sdcard
) {
757
/* If -datadir <path> is used, look for a
sdcard
.img file here */
761
opts->
sdcard
= strdup(tmp);
767
opts->
sdcard
= avdInfo_getSdCardPath(avd);
768
if (opts->
sdcard
!= NULL)
[
all
...]
cmdline-options.h
78
OPT_PARAM(
sdcard
, "<file>", "SD card image (default <system>/
sdcard
.img")
/packages/apps/Camera/tests/src/com/android/camera/stress/
ShotToShotLatency.java
62
File
sdcard
= new File(CAMERA_IMAGE_DIRECTORY);
local
69
pics =
sdcard
.listFiles(filter);
/packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java
62
File
sdcard
= new File(CAMERA_IMAGE_DIRECTORY);
local
69
pics =
sdcard
.listFiles(filter);
/external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py
43
desc="A string that only applies if there's no
sdcard
">
/art/test/074-gc-thrash/src/
Main.java
97
File
sdcard
= new File("/
sdcard
");
local
98
if (
sdcard
.exists() &&
sdcard
.isDirectory()) {
99
return "/
sdcard
/" + OUTPUT_FILE;
/dalvik/tests/074-gc-thrash/src/
Main.java
97
File
sdcard
= new File("/
sdcard
");
local
98
if (
sdcard
.exists() &&
sdcard
.isDirectory()) {
99
return "/
sdcard
/" + OUTPUT_FILE;
Completed in 581 milliseconds
1
2