Sign in
android
/
platform
/
system
/
extras
/
refs/heads/master
/
.
/
partition_tools
/
aidl
/
android
/
lpdump
/
ILpdump.aidl
blob: e134360874e2977d52724928ffd77f83523636b7 [
file
] [
log
] [
blame
]
package
android
.
lpdump
;
interface
ILpdump
{
@utf8InCpp
String
run
(
in
@utf8InCpp
String
[]
args
);
}