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

  /ndk/sources/host-tools/make-3.81/
dir.c 494 struct directory_contents dc_key;
496 dc_key.dev = st.st_dev;
498 dc_key.path_key = w32_path = w32ify (name, 1);
499 dc_key.ctime = st.st_ctime;
502 dc_key.ino[0] = st.st_ino[0];
503 dc_key.ino[1] = st.st_ino[1];
504 dc_key.ino[2] = st.st_ino[2];
506 dc_key.ino = st.st_ino;
509 dc_slot = (struct directory_contents **) hash_find_slot (&directory_contents, &dc_key);
491 struct directory_contents dc_key; local

Completed in 1565 milliseconds