HomeSort by relevance Sort by last modified time
    Searched refs:online_path (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/power_ProbeDriver/
power_ProbeDriver.py 86 online_path = os.path.join(ac_path, 'online')
87 if not os.path.exists(online_path):
88 raise error.TestFail('online path does not exist: %s' % online_path)
89 online = utils.read_one_line(online_path)
  /system/extras/perfprofd/
perfprofdcore.cc 302 std::string online_path = psdir + "/" + e->d_name + "/online"; local
305 if (android::base::ReadFileToString(online_path.c_str(), &contents) &&

Completed in 490 milliseconds