Searched refs:profile_file_name_ (Results 1 – 2 of 2) sorted by relevance
132 options.profile_file_name_ = optarg; in DexlayoutDriver()192 if (options.profile_file_name_) { in DexlayoutDriver()198 int profile_fd = open(options.profile_file_name_, flags); in DexlayoutDriver()200 PLOG(ERROR) << "Can't open " << options.profile_file_name_; in DexlayoutDriver()205 LOG(ERROR) << "Can't read profile info from " << options.profile_file_name_; in DexlayoutDriver()
73 const char* profile_file_name_ = nullptr; variable