Home
last modified time | relevance | path

Searched refs:fileDir (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/
Dbuild_kitConfigs_file.js98 function readFile(dir, fileDir) { argument
104 readFile(filePath, fileDir);
106 fileDir.push(filePath);
111 function readSystemApis(dir, fileDir) { argument
117 fileDir.push(file);
Dbuild_declarations_file.js89 function readFile(dir, fileDir) { argument
95 readFile(filePath, fileDir);
97 fileDir.push(filePath);
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts587 const fileDir: string = path.dirname(file); constant