Searched refs:input_path (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/layoutlib/rename_font/ |
D | build_font_single.py | 73 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): argument 83 filename = os.path.basename(input_path) 90 ttx_args = ['-q', '-o', ttx_path, input_path] 110 shutil.copy(input_path, dest_path)
|
D | build_font.py | 83 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): argument 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/ |
D | Main.cpp | 219 const std::string &input_path = OptInputFilenames[0]; in DetermineOutputFilename() local 220 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() 224 llvm::errs() << "Failed to determine the absolute path of `" << input_path in DetermineOutputFilename()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GNUArchiveReader.cpp | 227 sys::fs::Path input_path(pArchiveFile.path().parent_path()); in readMemberHeader() local 228 if (!input_path.empty()) in readMemberHeader() 229 input_path.append(member_name); in readMemberHeader() 231 input_path.assign(member_name); in readMemberHeader() 236 input_path); in readMemberHeader()
|