Searched refs:rawfilePath (Results 1 – 2 of 2) sorted by relevance
244 string rawfilePath = FileEntry::FilePath(input).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile() local245 if (!ResourceUtil::FileExist(rawfilePath)) { in CopyRawFile()249 if (!FileEntry::IsDirectory(rawfilePath)) { in CopyRawFile()250 cerr << "Error: '" << rawfilePath << "' not directory." << endl; in CopyRawFile()256 if (CopyRawFileImpl(rawfilePath, dst) != RESTOOL_SUCCESS) { in CopyRawFile()
879 export function resourcesRawfile(rawfilePath: string, resourcesArr: Set<string>, resourceName: stri…880 if (fs.existsSync(process.env.rawFileResource) && fs.statSync(rawfilePath).isDirectory()) {881 const files: string[] = fs.readdirSync(rawfilePath);883 if (fs.statSync(path.join(rawfilePath, file)).isDirectory()) {884 …resourcesRawfile(path.join(rawfilePath, file), resourcesArr, resourceName ? resourceName + '/' + f…