/external/skia/tools/ |
skimage_main.cpp | 91 SkString outPath; 92 make_outname(&outPath, outDir.c_str(), argv[i]); 93 SkDebugf(" writing %s\n", outPath.c_str()); 94 SkImageEncoder::EncodeFile(outPath.c_str(), bitmap,
|
/external/webrtc/src/modules/audio_processing/test/ |
apmtest.m | 56 outpath = [filepath 'output/']; 130 outpathtest = [outpath testdir]; 169 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... 203 opt = [opt ' ' outpath vadoutfile]; 205 opt = [opt ' --vad_out_file ' outpath vadoutfile]; 242 command = [progname ' -o ' outpath outfile ' ' opt]; 257 command = [progname inputCmd ' -o ' outpath outfile ' ' opt]; 268 equal_to_ref = are_files_equal([outpath vadoutfile], ... 276 [equal_to_ref, diffvector] = are_files_equal([outpath outfile], ... 291 [outpath outfile], diffvector) [all...] |
/build/tools/atree/ |
files.h | 33 string outPath;
|
atree.cpp | 233 directories.insert(it->outPath); 235 string s = dir_part(it->outPath); 247 deleted.insert(it->outPath); 267 deleted.count(it->outPath) == 0) { 268 debug_printf("remove %s\n", it->outPath.c_str()); 269 err = remove_recursively(it->outPath); 297 it->outPath.c_str(), it->outMod); 300 err = copy_file(it->sourcePath, it->outPath); 310 debug_printf("strip %s\n", it->outPath.c_str()); 311 err = strip_file(it->outPath); [all...] |
files.cpp | 366 rec->outPath = path_append(base, rec->outName); 370 err = stat(rec->outPath.c_str(), &st);
|
/cts/tools/utils/ |
android_api_description_splitter.py | 85 def __init__(self, xmlfile, outPath):
88 self.out = os.path.join(outPath, "xml")
148 print "Usage: splitxml.py xmlfile outpath tagname"
|
/external/clang/lib/ARCMigrate/ |
PlistReporter.cpp | 94 void arcmt::writeARCDiagsToPlist(const std::string &outPath, 119 llvm::raw_fd_ostream o(outPath.c_str(), errMsg); 121 llvm::errs() << "error: could not create file: " << outPath << '\n';
|
Internals.h | 44 void writeARCDiagsToPlist(const std::string &outPath,
|
/cts/tools/dasm/src/dasm/ |
Main.java | 232 .println("dasm [-d <outpath>] [-g] [-h] [-e <encoding>] <file>"
|
/frameworks/base/core/java/android/app/backup/ |
BackupAgent.java | 517 String outPath = outFile.getCanonicalPath(); 518 if (outPath.startsWith(basePath + File.separatorChar)) { 519 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath); 525 Log.e(TAG, "Cross-domain restore attempt: " + outPath);
|
/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 887 outpath = os.path.join(opts.build_root, subpath) variable [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 527 // missing directories is true) and we can actually write to OutPath, 531 llvm::sys::Path OutPath(AbsPath); 539 (OutPath.isRegularFile() && OutPath.canWrite()))) { [all...] |