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

  /build/tools/atree/
atree.cpp 253 directories.insert(it->outPath);
255 string s = dir_part(it->outPath);
267 deleted.insert(it->outPath);
287 deleted.count(it->outPath) == 0) {
288 debug_printf("remove %s\n", it->outPath.c_str());
289 err = remove_recursively(it->outPath);
317 it->outPath.c_str(), it->outMod);
320 err = copy_file(it->sourcePath, it->outPath);
330 debug_printf("strip %s\n", it->outPath.c_str());
331 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);
  /developers/build/
build.gradle 32 String outPath(String buildType) {
103 def outputPath = outPath("ant");
121 def outputPath = outPath("gradle")
181 def outputPathRoot = outPath("browseable")
239 def inputPath = outPath("gradle")
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 35 void arcmt::writeARCDiagsToPlist(const std::string &outPath,
60 llvm::raw_fd_ostream o(outPath.c_str(), errMsg, llvm::sys::fs::F_Text);
62 llvm::errs() << "error: could not create file: " << outPath << '\n';
Internals.h 44 void writeARCDiagsToPlist(const std::string &outPath,
  /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/compile/slang/
slang_rs_reflect_utils.h 116 bool startFile(const std::string &outPath, const std::string &outFileName,
  /external/chromium_org/third_party/skia/tools/
create_test_font.cpp 128 SkString outPath(SkOSPath::SkPathJoin(".", "tools"));
129 outPath = SkOSPath::SkPathJoin(outPath.c_str(), "test_font_data.cpp");
130 FILE* out = fopen(outPath.c_str(), "w");
render_pictures_main.cpp 126 SkString outPath;
131 outPath = SkOSPath::Join(dir.c_str(), name.c_str());
132 SkFILEWStream fileStream(outPath.c_str());
134 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
skimage_main.cpp 674 SkString outPath;
675 make_outname(&outPath, writePath->c_str(), filename, suffix_for_type(type));
676 SkFILEWStream file(outPath.c_str());
678 gSuccessfulDecodes.push_back().appendf("\twrote %s", outPath.c_str());
680 gEncodeFailures.push_back().printf("Failed to write %s", outPath.c_str());
    [all...]
  /external/skia/tools/
render_pictures_main.cpp 122 SkString outPath;
127 outPath = SkOSPath::SkPathJoin(dir.c_str(), name.c_str());
128 SkFILEWStream fileStream(outPath.c_str());
130 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
skimage_main.cpp 673 SkString outPath;
674 make_outname(&outPath, writePath->c_str(), filename, suffix_for_type(type));
675 SkFILEWStream file(outPath.c_str());
677 gSuccessfulDecodes.push_back().appendf("\twrote %s", outPath.c_str());
679 gEncodeFailures.push_back().printf("Failed to write %s", outPath.c_str());
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 85 char outPath[500];
234 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix);
235 _makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt");
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 557 String outPath = outFile.getCanonicalPath();
558 if (outPath.startsWith(basePath + File.separatorChar)) {
559 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
565 Log.e(TAG, "Cross-domain restore attempt: " + outPath);
    [all...]
  /system/extras/verity/
BootSignature.java 224 String outPath) throws Exception {
253 Utils.write(image_with_metadata, outPath);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 336 * outPath may alias with invPath (since this is supported by PathOps).
339 SkPath* outPath) {
345 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 351 * outPath may alias with invPath (since this is supported by PathOps).
354 SkPath* outPath) {
360 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
    [all...]

Completed in 1567 milliseconds