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

  /build/kati/
fileutil.cc 135 char mypath[PATH_MAX + 1]; local
136 ssize_t l = readlink("/proc/self/exe", mypath, PATH_MAX);
140 mypath[l] = '\0';
141 *path = mypath;
143 char mypath[PATH_MAX + 1];
145 if (_NSGetExecutablePath(mypath, &size) != 0) {
148 mypath[size] = 0;
149 *path = mypath;
  /toolchain/binutils/binutils-2.25/etc/
texi2pod.pl 245 $mypath = $file;
246 $mypath = $path . "/" . $mypath if ($path ne "");
247 open($inf, "<" . $mypath) and ($done = 1, last);

Completed in 874 milliseconds