Searched refs:input_path (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py73 input_path = argv[0]
74 extension = os.path.splitext(input_path)[1].lower()
77 convert_font(input_path, dest_path)
79 shutil.copy(input_path, dest_path)
82 def convert_font(input_path, dest_path):
83 filename = os.path.basename(input_path)
90 ttx_args = ['-q', '-o', ttx_path, input_path]
110 shutil.copy(input_path, dest_path)
H A Dbuild_font.py83 input_path = os.path.join(dirname, filename)
86 input_fonts.append(input_path)
88 shutil.copy(input_path, dest_dir)
97 def convert_font(input_path):
98 filename = os.path.basename(input_path)
106 ttx_args = ['-q', '-d', dest_dir, input_path]
126 shutil.copy(input_path, dest_dir)
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp230 const std::string &input_path = OptInputFilenames[0]; local
231 llvm::SmallString<200> output_path(input_path);
235 llvm::errs() << "Failed to determine the absolute path of `" << input_path
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp217 sys::fs::Path input_path(pArchiveFile.path().parent_path());
218 if (!input_path.empty())
219 input_path.append(sys::fs::Path(member_name));
221 input_path.assign(member_name);
224 pArchiveFile, isThinAR, member_name, input_path);

Completed in 494 milliseconds