Searched refs:hctosys_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp246 android::String8 hctosys_path = String8::format("%s/rtc%u/hctosys", local
248 FILE *file = fopen(hctosys_path.string(), "re");
250 ALOGE("failed to open %s: %s", hctosys_path.string(), strerror(errno));
258 ALOGE("failed to read from %s: %s", hctosys_path.string(),
261 ALOGE("%s did not have expected contents", hctosys_path.string());

Completed in 60 milliseconds