HomeSort by relevance Sort by last modified time
    Searched full:anon_dir (Results 1 - 1 of 1) sorted by null

  /external/oprofile/opjitconv/
opjitconv.c 151 struct pathname * anon_dir = local
153 if (!fnmatch(match_filter, anon_dir->name, 0))
154 return anon_dir->name;
261 char const * anon_dir; local
309 if (!(anon_dir = find_anon_dir_match(anon_sample_dirs, proc_id))) {
320 char * anon_path_seg = rindex(anon_dir, '/');
323 anon_dir);
327 result_dir_length = ++anon_path_seg - anon_dir;
331 strncpy(elf_file, anon_dir, result_dir_length);

Completed in 46 milliseconds