OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asecPath
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/java/com/android/server/pm/
Installer.java
342
String
asecPath
, PackageStats pStats) {
351
builder.append(
asecPath
!= null ?
asecPath
: "!");
PackageManagerService.java
[
all
...]
/system/vold/
VolumeManager.h
90
int findAsec(const char *id, char *
asecPath
= NULL, size_t asecPathLen = 0,
VolumeManager.cpp
824
int VolumeManager::findAsec(const char *id, char *
asecPath
, size_t asecPathLen,
849
if (
asecPath
!= NULL) {
850
int written = snprintf(
asecPath
, asecPathLen, "%s/%s", dir, asecName);
[
all
...]
Completed in 1115 milliseconds