Home
last modified time | relevance | path

Searched refs:inputPath (Results 1 - 6 of 6) sorted by relevance

/third_party/parse5/packages/parse5/
H A Duglify-source.js22 function readCode(inputPath) {
23 if (fs.existsSync(inputPath)) {
24 const files = fs.readdirSync(inputPath);
26 const filePath = path.join(inputPath, file);
/third_party/weex-loader/
H A Duglify-source.js23 function readCode(inputPath) {
24 if (fs.existsSync(inputPath)) {
25 const files = fs.readdirSync(inputPath);
27 const filePath = path.join(inputPath, file);
/third_party/skia/src/sksl/
H A DSkSLMain.cpp273 const SkSL::String& inputPath = args[1]; in processCommand() local
274 if (inputPath.ends_with(".vert")) { in processCommand()
276 } else if (inputPath.ends_with(".frag") || inputPath.ends_with(".sksl")) { in processCommand()
278 } else if (inputPath.ends_with(".rtb")) { in processCommand()
280 } else if (inputPath.ends_with(".rtcf")) { in processCommand()
282 } else if (inputPath.ends_with(".rts")) { in processCommand()
290 std::ifstream in(inputPath); in processCommand()
294 printf("error reading '%s'\n", inputPath.c_str()); in processCommand()
471 compiler.loadModule(kind, SkSL::Compiler::MakeModulePath(inputPath in processCommand()
[all...]
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixData.java54 * file inputPath/lang/countryCallingCode.txt the corresponding binary file is generated as
59 private final File inputPath; field in GeneratePhonePrefixData
74 public GeneratePhonePrefixData(File inputPath, AbstractPhonePrefixDataIOHandler ioHandler) in GeneratePhonePrefixData() argument
76 if (!inputPath.isDirectory()) { in GeneratePhonePrefixData()
78 + inputPath.getAbsolutePath()); in GeneratePhonePrefixData()
80 this.inputPath = inputPath; in GeneratePhonePrefixData()
235 File[] languageDirectories = inputPath.listFiles(); in createInputOutputMappings()
H A DGenerateTimeZonesMapDataEntryPoint.java52 File inputPath = new File(args[1]); in start()
59 GenerateTimeZonesMapData generateTimeZonesMapData = new GenerateTimeZonesMapData(inputPath, ioHandler); in start()
H A DGeneratePhonePrefixDataEntryPoint.java50 File inputPath = new File(args[1]); in start()
57 GeneratePhonePrefixData dataGenerator = new GeneratePhonePrefixData(inputPath, ioHandler); in start()

Completed in 3 milliseconds