Searched defs:profile_fd (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp694 int profile_fd, const char* shared_libraries) {
835 if (profile_fd != -1) {
836 sprintf(profile_arg, "--profile-file-fd=%d", profile_fd);
856 + (profile_fd == -1 ? 0 : 1)
907 if (profile_fd != -1) {
1010 fd_t profile_fd = -1; local
1013 profile_fd = TEMP_FAILURE_RETRY(open(profile_file.c_str(), open_mode | O_NOFOLLOW));
1014 if (profile_fd == -1) {
1024 return profile_fd;
1060 fd_t profile_fd local
691 run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name, const char* output_file_name, int swap_fd, const char *instruction_set, const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) argument
[all...]

Completed in 75 milliseconds