HomeSort by relevance Sort by last modified time
    Searched refs:outPath (Results 1 - 11 of 11) sorted by null

  /build/tools/atree/
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.h 33 string outPath;
files.cpp 366 rec->outPath = path_append(base, rec->outName);
370 err = stat(rec->outPath.c_str(), &st);
  /external/skia/tools/
skimage_main.cpp 292 SkString outPath;
293 make_outname(&outPath, dir.c_str(), filename, suffix.c_str());
294 SkAssertResult(write_bitmap(outPath.c_str(), *bitmapFromDecodeSubset));
295 gSuccessfulSubsetDecodes.push_back().printf("\twrote %s", outPath.c_str());
315 make_outname(&outPath, dirExtracted.c_str(), filename, suffix.c_str());
316 SkAssertResult(write_bitmap(outPath.c_str(), extractedSubset));
376 SkString outPath;
377 make_outname(&outPath, FLAGS_mismatchPath[0], srcPath, ".png");
378 if (write_bitmap(outPath.c_str(), bitmap)) {
379 gSuccessfulDecodes.push_back().appendf("\twrote %s", outPath.c_str())
    [all...]
render_pictures_main.cpp 118 SkString outPath;
123 sk_tools::make_filepath(&outPath, dir, name);
124 SkFILEWStream fileStream(outPath.c_str());
126 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
  /developers/build/
build.gradle 32 String outPath(String buildType) {
103 def outputPath = outPath("ant");
122 def outputPath = outPath("gradle")
182 def outputPath =outPath("browseable");
224 def inputPath = outPath("gradle")
  /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"
  /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/clang/lib/ARCMigrate/
Internals.h 44 void writeARCDiagsToPlist(const std::string &outPath,
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 333 * outPath may alias with invPath (since this is supported by PathOps).
336 SkPath* outPath) {
342 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 350 * outPath may alias with invPath (since this is supported by PathOps).
353 SkPath* outPath) {
359 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
    [all...]

Completed in 6914 milliseconds