Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.21/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h112 …NN_UTIL_RETURN_IF_FAILED(acc->OpenFile(&file, transaction, GetSelf().GetPathString(Move(path)), pa… in OpenFile()
186 … NN_UTIL_RETURN_IF_FAILED(acc->OpenDirectory(&directory, GetSelf().GetPathString(Move(path)))); in OpenDirectory()
229 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteFile(transaction, GetSelf().GetPathString(Move(path)))); in DeleteFile()
249 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteDirectory(transaction, GetSelf().GetPathString(Move(path)))); in DeleteDirectory()
269 …ETURN_IF_FAILED(acc->DeleteDirectoryRecursively(transaction, GetSelf().GetPathString(Move(path)))); in DeleteDirectoryRecursively()
289 …NN_UTIL_RETURN_IF_FAILED(acc->CreateFile(transaction, GetSelf().GetPathString(Move(path)), attribu… in CreateFile()
309 …NN_UTIL_RETURN_IF_FAILED(acc->CreateDirectory(transaction, GetSelf().GetPathString(Move(path)), at… in CreateDirectory()
343 …(acc->RenameFile(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move in RenameFile()
377 …>RenameDirectory(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move in RenameDirectory()
397 … NN_UTIL_RETURN_IF_FAILED(acc->GetPathMark( pathMark, GetSelf().GetPathString(Move(path)))); in GetPathMark()
/CTR-SDK-0.14.21/include/nn/util/
Dutil_Rect.h155 void Move(f32 dx, f32 dy) in Move() function
Dutil_AutoObject.h264 friend name Move(name& _this) { return _this.Release(); } \