Searched refs:get_file_path (Results 1 – 3 of 3) sorted by relevance
202 get_file_path(char *ptr, char **dest) in get_file_path() function384 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()426 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()452 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()478 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()504 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()530 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()
58 const char *get_file_path () const { return m_file_path; } in get_file_path() function in file_cache_slot340 if (c->get_file_path () && !strcmp (c->get_file_path (), file_path)) in lookup_file()412 bool c_is_empty = (c->get_file_path () == NULL); in evicted_cache_tab_entry()415 || (to_evict->get_file_path () && c_is_empty)) in evicted_cache_tab_entry()
21281 (file_cache_slot::get_file_path): New accessor.