Searched refs:profile_file_name_ (Results 1 – 2 of 2) sorted by relevance
127 options.profile_file_name_ = optarg; in DexlayoutDriver()184 if (options.profile_file_name_) { in DexlayoutDriver()185 int profile_fd = open(options.profile_file_name_, O_RDONLY); in DexlayoutDriver()187 PLOG(ERROR) << "Can't open " << options.profile_file_name_; in DexlayoutDriver()192 LOG(ERROR) << "Can't read profile info from " << options.profile_file_name_; in DexlayoutDriver()
72 const char* profile_file_name_ = nullptr; variable