OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdcard
(Results
26 - 50
of
339
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java
40
return "/
sdcard
/non_existing_rights.xml";
43
return "/
sdcard
/dummy_fwdlock_content.dm";
PassthruConfig.java
39
return "/
sdcard
/dummy_passthru_rights.xml";
42
return "/
sdcard
/dummy_passthru_content.passthru";
/device/generic/armv7-a-neon/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
22
This storage will be the primary external storage and should have path="/mnt/
sdcard
".
28
emulated: the storage is emulated via the FUSE
sdcard
daemon
/device/generic/mips/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
22
This storage will be the primary external storage and should have path="/mnt/
sdcard
".
28
emulated: the storage is emulated via the FUSE
sdcard
daemon
/device/generic/x86/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
22
This storage will be the primary external storage and should have path="/mnt/
sdcard
".
28
emulated: the storage is emulated via the FUSE
sdcard
daemon
/external/sepolicy/
untrusted_app.te
20
# Internal
SDCard
rw access.
24
# External
SDCard
rw access.
/cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java
36
* <BR> <LI><B>external storage directory (/
sdcard
on G1) should be world
39
* create a
sdcard
image file then start emulator with command emulator -
sdcard
<filepath>
40
* If run this on device, must insert a
sdcard
into device.
43
* emulator -
sdcard
<filepath>
134
// test /
sdcard
dir.
/external/chromium_org/third_party/openssl/openssl/
README.android
75
adb push ./android.testssl/CAss.cnf /
sdcard
/CAss.cnf
76
adb shell openssl req -config /
sdcard
/CAss.cnf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /
sdcard
/server.pem -out /
sdcard
/server.pem
77
adb shell openssl s_server -cert /
sdcard
/server.pem -www -verify 1
/external/openssl/
README.android
75
adb push ./android.testssl/CAss.cnf /
sdcard
/CAss.cnf
76
adb shell openssl req -config /
sdcard
/CAss.cnf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /
sdcard
/server.pem -out /
sdcard
/server.pem
77
adb shell openssl s_server -cert /
sdcard
/server.pem -www -verify 1
/packages/experimental/LoaderApp/res/values/
config.xml
21
<!-- Flag indicating whether Contacts app is allowed to import contacts from
SDCard
-->
23
<!-- If true, all vcard files are imported from
SDCard
without asking a user.
28
to import all vcard files in
SDCard
or select one vcard file. If false, the dialog is
34
<!-- Flag indicating whether Contacts app is allowed to export contacts to
SDCard
-->
56
<string name="config_export_dir" translatable="false">/
sdcard
</string>
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CANotifyOnBootActivity.java
24
private File certStagingFile = new File("/
sdcard
/", CERT_ASSET_NAME);
75
Log.w(TAG, "Problem moving cert file to /
sdcard
/", ioe);
/docs/source.android.com/src/devices/tech/storage/
index.jd
61
<code>auto</code>. Here is an example: <code>voldmanaged=
sdcard
:auto</code>.
62
Other possible flags are <code>nonremovable</code> and <code>encryptable=
sdcard
</code>.
85
implementation is provided by the FUSE daemon in <code>system/core/
sdcard
</code>, which can
87
<pre><code># virtual
sdcard
daemon running as media_rw (1023)
88
service
sdcard
/system/bin/
sdcard
<source_path> <dest_path> 1023 1023
95
storage. The <code>/
sdcard
</code> path must also resolve to the same location, possibly
127
<li>The <code>/
sdcard
</code> path must resolve to the correct user-specific primary external
/packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java
55
* The
sdcard
should have the target mp3 files.
67
//Make sure there is at least one song in the
sdcard
/build/target/product/
base.mk
99
sdcard
\
/dalvik/libdex/
CmdUtils.cpp
136
* On the device we must use /
sdcard
because most other
143
} else if (access("/
sdcard
", W_OK) == 0) {
144
sprintf(tempNameBuf, "/
sdcard
/dex-temp-%d", getpid());
147
"NOTE: /tmp and /
sdcard
unavailable for temp files\n");
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
netlog_profiler.py
24
dump_file = '/
sdcard
/net-internals-profile.json'
/external/qemu/distrib/jpeg-6b/
Android.mk
22
# use
sdcard
as libjpeg decoder's backing store
sources.make
17
# use
sdcard
as libjpeg decoder's backing store
/frameworks/base/core/res/res/xml/
storage_list.xml
25
android:mountPoint="/storage/
sdcard
"
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaInserterTest.java
98
values.put("_data", "/mnt/
sdcard
/file" + ++mFilesCounter);
104
values.put("_data", "/mnt/
sdcard
/audio" + ++mAudioCounter);
110
values.put("_data", "/mnt/
sdcard
/video" + ++mVideoCounter);
116
values.put("_data", "/mnt/
sdcard
/image" + ++mImagesCounter);
/packages/apps/ContactsCommon/res/values/
donottranslate_config.xml
18
<!-- Flag indicating whether Contacts app is allowed to import contacts from
SDCard
-->
20
<!-- If true, all vcard files are imported from
SDCard
without asking a user.
25
to import all vcard files in
SDCard
or select one vcard file. If false, the dialog is
81
<!-- Flag indicating whether Contacts app is allowed to export contacts to
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;
/device/samsung/manta/
init.manta.rc
15
symlink /storage/emulated/legacy /
sdcard
16
symlink /storage/emulated/legacy /mnt/
sdcard
123
# virtual
sdcard
daemon running as media_rw (1023)
124
service
sdcard
/system/bin/
sdcard
-u 1023 -g 1023 -l /data/media /mnt/shell/emulated
/packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java
101
//Rescan the
sdcard
after copy the file
173
* Test case precondition: Copy a song and rescan the
sdcard
174
* Verification: The song is deleted from the
sdcard
and mediastore
182
Log.v(TAG, "Copy a temp file to the
sdcard
");
201
//Verfiy the item is removed from
sdcard
Completed in 5205 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>