HomeSort by relevance Sort by last modified time
    Searched refs:outPath (Results 1 - 12 of 12) 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"
  /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/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");
  /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...]

Completed in 1223 milliseconds