Searched refs:fileList (Results 1 – 12 of 12) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | BinaryTool.java | 61 ArrayList<String> fileList = new ArrayList<>(); in generateBinaryFile() local 62 FileUtils.getFileList(absPath.get(), fileList); in generateBinaryFile() local 66 if (fileList.size() != writeFileList.size()) { in generateBinaryFile() 120 ArrayList<String> fileList, RandomAccessFile appStream) { in writeFileInfo() argument 152 fileList.add(absolutePath); in writeFileInfo()
|
| D | FileUtils.java | 92 ArrayList<String> fileList = new ArrayList<>(); in searchFile() local 93 getFileList(directory, fileList); in searchFile() 94 for (String fileItem : fileList) { in searchFile() 108 public static void getFileList(final String filePath, ArrayList<String> fileList) { in getFileList() argument 122 fileList.add(f.getCanonicalPath()); in getFileList() 124 getFileList(f.getCanonicalPath(), fileList); in getFileList() local 274 File[] fileList = dir.listFiles(); in deleteDirectory() local 275 if (fileList == null) { in deleteDirectory() 278 for (File file : fileList) { in deleteDirectory()
|
| D | CompressVerify.java | 522 List<String> fileList, String suffix) { in compatibleProcess() argument 531 fileList.add(fileItem.toString()); in compatibleProcess() 543 fileList.add(formattedPathItem); in compatibleProcess() 549 private static boolean splitDirList(Utility utility, String dirList, List<String> fileList) { in splitDirList() argument 556 fileList.add(formattedPathItem); in splitDirList()
|
| D | Compressor.java | 919 List<String> fileList = new ArrayList<>(); in compressAppMode() local 942 fileList.add(hapTempPath); in compressAppMode() 958 fileList.add(hspTempPath); in compressAppMode() 968 if (!checkHapIsValid(fileList, utility.getSharedApp())) { in compressAppMode() 972 for (String hapPath : fileList) { in compressAppMode() 994 for (String path : fileList) { in compressAppMode() 1009 List<String> fileList = new ArrayList<>(); in compressAppModeForMultiProject() local 1033 fileList.add(hapTempPath); in compressAppModeForMultiProject() 1037 if (!checkHapIsValid(fileList, false)) { in compressAppModeForMultiProject() 1042 for (String hapPath : fileList) { in compressAppModeForMultiProject() [all …]
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_hotreload_mode.ts | 116 private updateSourceMapFromFileList(fileList: Array<string>) { 119 for (const file of fileList) {
|
| D | module_mode.ts | 159 collectModuleFileList(module: any, fileList: IterableIterator<string>) { 162 for (const moduleId of fileList) {
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | TraceSheet.ts | 268 let fileList: Array<File> = []; 271 fileList.push(file); 274 if (fileList.length > 0) { 280 fileList, 292 fileList.length = 0;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheet.ts | 299 let fileList: Array<File> = []; 302 fileList.push(file); 305 if (fileList.length > 0) { 311 fileList, 323 fileList.length = 0;
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | TraceWorker.ts | 376 let fileList = e.data.params as Array<File>; variable 377 if (fileList) { 378 soFileList = fileList;
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | TraceWorker.ts | 383 let fileList = e.data.params as Array<File>; variable 384 if (fileList) { 385 soFileList = fileList;
|
| /developtools/global_resource_tool/ |
| D | README_zh.md | 44 | -l/--fileList | 可缺省 | 带参数 | 指定命令选项的集合json文件,例如:resConfig.json。详细格式查看开发文档。 |
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 259 fileList: Cache property 289 cache = wholeCache.fileList;
|