Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
DFileSystem.cpp63 string dirToMake = GetApplicationPath(); in MakeVirtualFileSystemPath() local
64 if (!IsDirectoryExists(dirToMake)) { in MakeVirtualFileSystemPath()
69 dirToMake += separator; in MakeVirtualFileSystemPath()
70 dirToMake += path; in MakeVirtualFileSystemPath()
71 MakeDir(dirToMake.data()); in MakeVirtualFileSystemPath()
73 dirToMake += separator; in MakeVirtualFileSystemPath()
74 dirToMake += bundleName; in MakeVirtualFileSystemPath()
75 MakeDir(dirToMake); in MakeVirtualFileSystemPath()
76 fileSystemPath = dirToMake; in MakeVirtualFileSystemPath()