Searched refs:Move (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_ArchiveMapFileSystem.h | 114 …NN_UTIL_RETURN_IF_FAILED(acc->OpenFile(&file, transaction, GetSelf().GetPathString(Move(path)), pa… in OpenFile() 194 … NN_UTIL_RETURN_IF_FAILED(acc->OpenDirectory(&directory, GetSelf().GetPathString(Move(path)))); in OpenDirectory() 240 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteFile(transaction, GetSelf().GetPathString(Move(path)))); in DeleteFile() 261 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteDirectory(transaction, GetSelf().GetPathString(Move(path)))); in DeleteDirectory() 282 …ETURN_IF_FAILED(acc->DeleteDirectoryRecursively(transaction, GetSelf().GetPathString(Move(path)))); in DeleteDirectoryRecursively() 303 …NN_UTIL_RETURN_IF_FAILED(acc->CreateDirectory(transaction, GetSelf().GetPathString(Move(path)), at… in CreateDirectory() 338 …(acc->RenameFile(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move… in RenameFile() 373 …>RenameDirectory(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move… in RenameDirectory() 394 … NN_UTIL_RETURN_IF_FAILED(acc->GetPathMark( pathMark, GetSelf().GetPathString(Move(path)))); in GetPathMark()
|
| /CTR-SDK-0.13.2/include/nn/util/ |
| D | util_Rect.h | 155 void Move(f32 dx, f32 dy) in Move() function
|
| D | util_AutoObject.h | 264 friend name Move(name& _this) { return _this.Release(); } \
|