Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.cpp834 int itt_marker_file_fd = -1; in __itt_get_lib_name() local
843 itt_marker_file_fd = open(system_wide_marker_filename, O_RDONLY); in __itt_get_lib_name()
845 if (itt_marker_file_fd == -1) in __itt_get_lib_name()
894 itt_marker_file_fd = open(app_sandbox_file, O_RDONLY); in __itt_get_lib_name()
895 if (itt_marker_file_fd == -1) in __itt_get_lib_name()
905 res = read(itt_marker_file_fd, itt_lib_name, PATH_MAX - 1); in __itt_get_lib_name()
908 ITT_ANDROID_LOGE("Unable to read %s file!", itt_marker_file_fd); in __itt_get_lib_name()
909 res = close(itt_marker_file_fd); in __itt_get_lib_name()
912 ITT_ANDROID_LOGE("Unable to close %s file!", itt_marker_file_fd); in __itt_get_lib_name()
917 res = close(itt_marker_file_fd); in __itt_get_lib_name()
[all …]