HomeSort by relevance Sort by last modified time
    Searched refs:hdf_search_path (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/util/
neo_hdf.h 29 * hdf_search_path function to find the file. contents should return
553 * Function: hdf_search_path - Find a file given a search path in HDF
554 * Description: hdf_search_path is a convenience/utility function that
564 NEOERR* hdf_search_path (HDF *hdf, const char *path, char *full);
570 * uses hdf_search_path and ne_file_load (based on stat/open/read)
neo_hdf.c 1788 NEOERR* hdf_search_path (HDF *hdf, const char *path, char *full) function
    [all...]
  /external/clearsilver/python/
neo_util.c 563 err = hdf_search_path (ho->data, path, full);
  /external/clearsilver/cs/
csparse.c 419 err = hdf_search_path (parse->hdf, path, fpath);
421 err = hdf_search_path(parse->global_hdf, path, fpath);
    [all...]

Completed in 701 milliseconds