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

  /external/tcpdump/win32/src/
ether_ntohost.c 81 const char *etc_path (const char *file) function
160 FILE *fp = fopen (etc_path("ethers"), "r");
199 * on each call, the contents of 'etc_path("ethers")' is cached here in
  /development/vndk/snapshot/
gen_buildfiles.py 94 etc_path = glob.glob(
97 rel_etc_path = etc_path.replace(self._install_dir, '')[1:]
263 etc_path = self._etc_paths[prebuilt]
264 etc_sub_path = etc_path[etc_path.index('/') + 1:]

Completed in 193 milliseconds