Searched refs:path (Results 1 – 6 of 6) sorted by relevance
144 wchar_t *path; in SaveDisplayBufferSD() local146 path = reinterpret_cast<wchar_t*>(linebuf); in SaveDisplayBufferSD()151 path[i] = dirname[i]; in SaveDisplayBufferSD()153 if (path[i-1] != '/') in SaveDisplayBufferSD()155 path[i++] = '/'; in SaveDisplayBufferSD()161 path[i] = filename[j]; in SaveDisplayBufferSD()164 path[i ] = (index/10000) + 48; index %= 10000; in SaveDisplayBufferSD()165 path[i+1] = (index/1000 ) + 48; index %= 1000; in SaveDisplayBufferSD()166 path[i+2] = (index/100 ) + 48; index %= 100; in SaveDisplayBufferSD()167 path[i+3] = (index/10 ) + 48; in SaveDisplayBufferSD()[all …]
9 # Specifies the root path of the file system to include in the ROM.
58 nn::Result Start(const wchar_t *path);71 Result RealTimeFileReader::Start(const wchar_t *path) in Start() argument86 std::wcsncpy(m_Path, path, MAX_PATH_LENGTH); in Start()
57 nn::Result Start(const wchar_t *path);69 Result RealTimeFileWriter::Start(const wchar_t *path) in Start() argument86 std::wcsncpy(m_Path, path, MAX_PATH_LENGTH); in Start()
7 # Files under this path will be loaded from the file system that the ROM includes.