Searched defs:oldPath (Results 1 – 7 of 7) sorted by relevance
253 int renameTo(const char *oldPath, const char *newPath) { in renameTo()
550 Path oldPath = obj.getPath(); in renameFile() local633 Path oldPath = oldParentObj.getPath().resolve(name); in endMoveObject() local
403 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching() local415 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus, in startRoutingControl()
358 static HdmiCecMessage buildRoutingChange(int src, int oldPath, int newPath) { in buildRoutingChange()
986 int oldPath = getRoutingPort() != Constants.CEC_SWITCH_HOME in doManualPortSwitching() local
2218 String oldPath = oldPart.getEncoded(); in appendEncodedSegment() local2305 String oldPath = encodedCached ? oldPart.encoded : oldPart.decoded; in makeAbsolute() local
7292 public void rename(String oldPath, String newPath) throws ErrnoException { in rename()