Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h114 …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/
Dutil_Rect.h155 void Move(f32 dx, f32 dy) in Move() function
Dutil_AutoObject.h264 friend name Move(name& _this) { return _this.Release(); } \