Searched refs:app_sandbox_file (Results 1 – 1 of 1) sorted by relevance
1112 char app_sandbox_file[PATH_MAX] = {0}; in __itt_get_lib_name() local1143 res = snprintf(app_sandbox_file, PATH_MAX - 1, "/data/data/%s/%s", in __itt_get_lib_name()1150 ITT_ANDROID_LOGI("Lib marker file name: %s\n", app_sandbox_file); in __itt_get_lib_name()1151 itt_marker_file_fd = open(app_sandbox_file, O_RDONLY); in __itt_get_lib_name()