Searched refs:destName (Results 1 – 2 of 2) sorted by relevance
195 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, in copy_file() argument217 if (destName != nullptr) { in copy_file()219 writeLen, readLen, destName, strerror(errno)); in copy_file()
1362 String destName = destState.getName(); in transitionWithTimerTo() local1364 log("Transition without timer from " + getCurrentState().getName() + " to " + destName in transitionWithTimerTo()1368 log("Transition with primary timer from " + mPreviousState + " to " + destName); in transitionWithTimerTo()1371 if (!mIsDeviceIdleMode && rule != null && rule.getTimer(destName) > 0) { in transitionWithTimerTo()1372 int duration = rule.getTimer(destName); in transitionWithTimerTo()