Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DFileSystem.cpp62 std::string dirToMake = GetApplicationPath(); in MakeVirtualFileSystemPath() local
63 if (!IsDirectoryExists(dirToMake)) { in MakeVirtualFileSystemPath()
68 dirToMake += separator; in MakeVirtualFileSystemPath()
69 dirToMake += path; in MakeVirtualFileSystemPath()
70 MakeDir(dirToMake.data()); in MakeVirtualFileSystemPath()
72 dirToMake += separator; in MakeVirtualFileSystemPath()
73 dirToMake += bundleName; in MakeVirtualFileSystemPath()
74 MakeDir(dirToMake); in MakeVirtualFileSystemPath()
75 fileSystemPath = dirToMake; in MakeVirtualFileSystemPath()

Completed in 1 milliseconds