OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProfileFile
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
110
private String
mProfileFile
;
483
mProfileFile
= null;
499
mProfileFile
= nextArgRequired();
502
mProfileFile
= nextArgRequired();
606
if (
mProfileFile
!= null) {
609
new File(
mProfileFile
),
614
System.err.println("Error: Unable to open file: " +
mProfileFile
);
618
profilerInfo = new ProfilerInfo(
mProfileFile
, fd, mSamplingInterval, mAutoStop);
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
ActivityStackSupervisor.java
[
all
...]
Completed in 39 milliseconds