Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1097 int itt_marker_file_fd = -1; in __itt_get_lib_name() local
1106 itt_marker_file_fd = open(system_wide_marker_filename, O_RDONLY); in __itt_get_lib_name()
1108 if (itt_marker_file_fd == -1) { in __itt_get_lib_name()
1151 itt_marker_file_fd = open(app_sandbox_file, O_RDONLY); in __itt_get_lib_name()
1152 if (itt_marker_file_fd == -1) { in __itt_get_lib_name()
1161 res = read(itt_marker_file_fd, itt_lib_name, PATH_MAX - 1); in __itt_get_lib_name()
1163 ITT_ANDROID_LOGE("Unable to read %s file!", itt_marker_file_fd); in __itt_get_lib_name()
1164 res = close(itt_marker_file_fd); in __itt_get_lib_name()
1166 ITT_ANDROID_LOGE("Unable to close %s file!", itt_marker_file_fd); in __itt_get_lib_name()
1171 res = close(itt_marker_file_fd); in __itt_get_lib_name()
[all …]