Home
last modified time | relevance | path

Searched refs:profile_fd (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddexlayout_main.cc198 int profile_fd = open(options.profile_file_name_, flags); in DexlayoutDriver() local
199 if (profile_fd < 0) { in DexlayoutDriver()
204 if (!profile_info->Load(profile_fd)) { in DexlayoutDriver()