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

  /system/core/liblog/
fake_log_device.c 279 const char* fstr = getenv("ANDROID_PRINTF_LOG"); local
281 if (fstr == NULL) {
284 if (strcmp(fstr, "brief") == 0)
286 else if (strcmp(fstr, "process") == 0)
288 else if (strcmp(fstr, "tag") == 0)
290 else if (strcmp(fstr, "thread") == 0)
292 else if (strcmp(fstr, "raw") == 0)
294 else if (strcmp(fstr, "time") == 0)
296 else if (strcmp(fstr, "long") == 0)
299 format = (LogFormat) atoi(fstr); // really?
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 48 std::ifstream fstr; member in class:llvm::LineReader
55 fstr.open(filename.c_str());
59 ~LineReader() { fstr.close(); }
NVPTXAsmPrinter.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 252 final FileOutputStream fstr; local
256 fstr = null;
259 fstr = new FileOutputStream(publicZipFile);
260 publicZipOutStream = new ZipOutputStream(fstr);
288 FileUtils.sync(fstr);
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 1947 final FileOutputStream fstr = new FileOutputStream(userPackagesStateFile); local
2281 FileOutputStream fstr = new FileOutputStream(mSettingsFilename); local
2493 FileOutputStream fstr; local
    [all...]

Completed in 870 milliseconds