Searched refs:realDesDir (Results 1 – 1 of 1) sorted by relevance
1670 std::string realDesDir = ""; in MoveFiles() local1671 if (!PathToRealPath(desDir, realDesDir)) { in MoveFiles()1690 std::string innerDesStr = realDesDir + ServiceConstants::PATH_SEPARATOR + currentName; in MoveFiles()1822 std::string realDesDir; in CopyDriverSoFiles() local1823 if (!PathToRealPath(desDir, realDesDir)) { in CopyDriverSoFiles()1827 std::string realDestinedDir = realDesDir + destinedDir.substr(pos); in CopyDriverSoFiles()1832 if (stat(realDesDir.c_str(), &buf) != 0) { in CopyDriverSoFiles()1834 realDesDir.c_str(), errno); in CopyDriverSoFiles()