HomeSort by relevance Sort by last modified time
    Searched defs:filename_prefix (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 38 static const char* filename_prefix = "/halStorage.bin"; variable
69 fn.append (filename_prefix);
128 fn.append (filename_prefix);
209 fn.append (filename_prefix);
245 fn.append (filename_prefix);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 165 static char* filename_prefix = NULL; // Prefix used for profile file names variable
219 if (filename_prefix == NULL) return; // we do not yet need dumping
227 filename_prefix, dump_count, HeapProfileTable::kFileExt);
462 RAW_DCHECK(filename_prefix == NULL, "");
464 filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));
465 memcpy(filename_prefix, prefix, prefix_length);
466 filename_prefix[prefix_length] = '\0';
501 ProfilerFree(filename_prefix);
502 filename_prefix = NULL;
  /external/openfst/src/include/fst/extensions/far/
farscript.h 191 const string &filename_prefix,
219 const string &filename_prefix; member in struct:fst::script::FarPrintStringsArgs
228 const string &filename_prefix, const string &filename_suffix) :
233 generate_filenames(generate_filenames), filename_prefix(filename_prefix),
243 args->filename_prefix, args->filename_suffix);
258 const string &filename_prefix,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 214 static char* filename_prefix = NULL; // Prefix used for profile file names variable
276 if (filename_prefix == NULL) return; // we do not yet need dumping
284 filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt);
317 filename_prefix, getpid(), dump_count);
553 RAW_DCHECK(filename_prefix == NULL, "");
555 filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));
556 memcpy(filename_prefix, prefix, prefix_length);
557 filename_prefix[prefix_length] = '\0';
617 ProfilerFree(filename_prefix);
618 filename_prefix = NULL
    [all...]

Completed in 900 milliseconds