HomeSort by relevance Sort by last modified time
    Searched defs:cache_path (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
resource.c 990 cache_path[MagickPathExtent]; local
    [all...]
  /external/libxcam/modules/ocl/
cl_kernel.cpp 137 const char* cache_path = std::getenv ("XCAM_CL_KERNEL_CACHE_PATH"); local
138 if (NULL == cache_path) {
139 cache_path = _kernel_cache_path;
145 cache_path, key_str);
156 if (access (cache_path, F_OK) == -1) {
157 mkdir (cache_path, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);

Completed in 372 milliseconds