Searched refs:appDataDir (Results 1 – 1 of 1) sorted by relevance
85 public ProfileSession(@NonNull String appDataDir) { in ProfileSession() argument86 mAppDataDir = appDataDir; in ProfileSession()87 mSimpleperfDataDir = appDataDir + "/simpleperf_data"; in ProfileSession()