Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DBinaryTool.java61 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()
DFileUtils.java92 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()
DCompressVerify.java522 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()
DCompressor.java919 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/
Dmodule_hotreload_mode.ts116 private updateSourceMapFromFileList(fileList: Array<string>) {
119 for (const file of fileList) {
Dmodule_mode.ts159 collectModuleFileList(module: any, fileList: IterableIterator<string>) {
162 for (const moduleId of fileList) {
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceSheet.ts268 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/
DTraceSheet.ts299 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/
DTraceWorker.ts376 let fileList = e.data.params as Array<File>; variable
377 if (fileList) {
378 soFileList = fileList;
/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts383 let fileList = e.data.params as Array<File>; variable
384 if (fileList) {
385 soFileList = fileList;
/developtools/global_resource_tool/
DREADME_zh.md44 | -l/--fileList | 可缺省 | 带参数 | 指定命令选项的集合json文件,例如:resConfig.json。详细格式查看开发文档。 |
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts259 fileList: Cache property
289 cache = wholeCache.fileList;