Searched refs:path_c_str (Results 1 – 1 of 1) sorted by relevance
100 const char* path_c_str = path.c_str(); in fileSelabelLookup() local101 if (path_c_str == NULL) { in fileSelabelLookup()115 if (selabel_lookup(selabel_handle, &tmp, path_c_str, S_IFREG) != 0) { in fileSelabelLookup()116 ALOGE("fileSelabelLookup => selabel_lookup for %s failed: %d", path_c_str, errno); in fileSelabelLookup()