Searched refs:RESOURCES_DIR (Results 1 – 7 of 7) sorted by relevance
57 data = moduleName_ + SEPARATOR + RESOURCES_DIR + SEPARATOR + \ in PostFile()
112 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()115 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()
152 string outputFolder = FileEntry::FilePath(output_).Append(RESOURCES_DIR) in GetOutputFolder()
118 string resourcesPath = FileEntry::FilePath(output).Append(RESOURCES_DIR).GetPath(); in InitOutput()255 .Append(RESOURCES_DIR).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()
228 path = FileEntry::FilePath(path).Append(RESOURCES_DIR).GetPath(); in AdaptResourcesDirForInput()
438 sub = FileEntry::FilePath(RESOURCES_DIR).Append(sub).GetPath(); in WriteRawFile()
28 const static std::string RESOURCES_DIR = "resources"; variable