Searched refs:tmppath (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | shmpipe.c | 277 char tmppath[32]; in sp_open_shm() local 307 snprintf (tmppath, sizeof (tmppath), "/shmpipe.%5d.%5d", getpid (), i++); in sp_open_shm() 308 area->shm_fd = shm_open (tmppath, flags, perms); in sp_open_shm() 314 path ? path : tmppath, errno, strerror (errno)); in sp_open_shm() 317 area->shm_area_name = strdup (tmppath); in sp_open_shm()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 1611 char *tmppath = NULL; in extract_section() local 1612 rc = asprintf (&tmppath, "%s/debuginfod.XXXXXX", tmpdir.c_str()); in extract_section() 1615 defer_dtor<void*,void> tmmpath_freer (tmppath, free); in extract_section() 1616 fd = mkstemp (tmppath); in extract_section() 1633 fdcache.intern (b_source, section, tmppath, data->d_size, true); in extract_section() 1919 char* tmppath = NULL; in handle_buildid_r_match() local 1920 rc = asprintf (&tmppath, "%s/debuginfod.XXXXXX", tmpdir.c_str()); in handle_buildid_r_match() 1923 defer_dtor<void*,void> tmmpath_freer (tmppath, free); in handle_buildid_r_match() 1924 fd = mkstemp (tmppath); in handle_buildid_r_match() 1934 unlink (tmppath); in handle_buildid_r_match() [all …]
|