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

  /external/selinux/libselinux/src/
label_file.h 72 struct stem *stem_arr; member in struct:saved_data
256 if (stem_len == data->stem_arr[i].len &&
257 !strncmp(buf, data->stem_arr[i].buf, stem_len))
273 tmp_arr = realloc(data->stem_arr,
277 data->stem_arr = tmp_arr;
279 data->stem_arr[num].len = stem_len;
280 data->stem_arr[num].buf = buf;
281 data->stem_arr[num].from_mmap = 0;
287 /* find the stem of a file spec, returns the index into stem_arr for a new
332 struct stem *stem_arr = data->stem_arr local
    [all...]
label_file.c 42 /* find the stem of a file name, returns the index into stem_arr (or -1 if
53 if (stem_len == data->stem_arr[i].len
54 && !strncmp(*buf, data->stem_arr[i].buf, stem_len)) {
215 * number in the data stem_arr
258 data->stem_arr[newid].from_mmap = 1;
341 /* map the stem id from the mmap file to the data->stem_arr */
616 stem = &data->stem_arr[i];
624 if (data->stem_arr)
625 free(data->stem_arr);
823 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr
    [all...]
  /external/libselinux/src/
label_file.h 75 struct stem *stem_arr; member in struct:saved_data
259 if (stem_len == data->stem_arr[i].len &&
260 !strncmp(buf, data->stem_arr[i].buf, stem_len))
276 tmp_arr = realloc(data->stem_arr,
280 data->stem_arr = tmp_arr;
282 data->stem_arr[num].len = stem_len;
283 data->stem_arr[num].buf = buf;
284 data->stem_arr[num].from_mmap = 0;
290 /* find the stem of a file spec, returns the index into stem_arr for a new
335 struct stem *stem_arr = data->stem_arr local
    [all...]
label_file.c 41 /* find the stem of a file name, returns the index into stem_arr (or -1 if
52 if (stem_len == data->stem_arr[i].len
53 && !strncmp(*buf, data->stem_arr[i].buf, stem_len)) {
213 * number in the data stem_arr
256 data->stem_arr[newid].from_mmap = 1;
339 /* map the stem id from the mmap file to the data->stem_arr */
579 stem = &data->stem_arr[i];
587 if (data->stem_arr)
588 free(data->stem_arr);
786 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr
    [all...]
  /external/libselinux/utils/
sefcontext_compile.c 120 char *stem = data->stem_arr[i].buf;
121 uint32_t stem_len = data->stem_arr[i].len;
257 free(data->stem_arr[i].buf);
258 free(data->stem_arr);
  /external/selinux/libselinux/utils/
sefcontext_compile.c 138 char *stem = data->stem_arr[i].buf;
139 uint32_t stem_len = data->stem_arr[i].len;
275 free(data->stem_arr[i].buf);
276 free(data->stem_arr);
  /prebuilts/android-emulator/linux-x86_64/
emulator-ranchu-arm64 
emulator-ranchu-mips64 
emulator-ranchu-x86 
emulator-ranchu-x86_64 

Completed in 268 milliseconds