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

  /system/extras/perfprofd/
perfprofd_cmdline.cc 214 auto config_fn = [config]() { local
251 ProfilingLoop(config_fn, reread_config, handler);
  /system/extras/perfprofd/binder_interface/
perfprofd_binder.cc 125 auto config_fn = [&](ThreadedConfig& config) { local
151 if (!StartProfiling(config_fn, &error_msg)) {
167 auto config_fn = [&](ThreadedConfig& config) { local
171 if (!StartProfiling(config_fn, &error_msg)) {
189 auto config_fn = [&proto_config](ThreadedConfig& config) { local
221 if (!StartProfiling(config_fn, &error_msg)) {
289 auto config_fn = [&](ThreadedConfig& config) { local
294 if (!StartProfiling(config_fn, &error_msg)) {
  /external/vboot_reference/utility/
bmpblk_utility.cc 691 const char *config_fn = 0, *bmpblock_fn = 0, *extract_dir = "."; local
702 config_fn = optarg;
760 if (config_fn) {
763 util.load_from_config(config_fn);
  /external/e2fsprogs/e2fsck/
unix.c 757 static const char *config_fn[] = { ROOT_SYSCONFDIR "/e2fsck.conf", 0 }; variable
997 config_fn[0] = cp;
999 profile_init(config_fn, &ctx->profile);
    [all...]
  /system/extras/perfprofd/tests/
perfprofd_test.cc 1326 auto config_fn = [](android::perfprofd::ThreadedConfig& config) { local
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 1127 static const char *config_fn[] = { ROOT_SYSCONFDIR "/mke2fs.conf", 0 }; variable
    [all...]

Completed in 264 milliseconds