HomeSort by relevance Sort by last modified time
    Searched full:realpath (Results 26 - 50 of 836) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/sdk/support-api/
import_api.sh 13 if [ $(realpath $(dirname $0)) != $(realpath $(pwd)) ]; then
  /external/autotest/site_utils/
test_droid.py 30 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
96 os.path.realpath(__file__)))
98 realpath = os.path.realpath(__file__)
99 site_utils_path = os.path.realpath(site_utils_path)
  /toolchain/binutils/binutils-2.25/ld/
sysdep.h 60 # define REALPATH(a,b) realpath (a, b)
62 # define REALPATH(a,b) NULL
  /build/core/
find-jdk-tools-jar.sh 5 JAVAC=$(realpath $(which javac) 2>/dev/null)
  /external/autotest/client/tools/
autotest 5 autotest_conf = os.path.realpath('/etc/autotest.conf')
  /external/clang/tools/libclang/
BuildSystem.cpp 40 const char *realPath) {
41 if (!VFO || !virtualPath || !realPath)
45 if (!path::is_absolute(realPath))
56 unwrap(VFO)->addFileMapping(virtualPath, realPath);
  /external/elfutils/bionic-fixup/
AndroidFixup.h 30 #define canonicalize_file_name(path) realpath(path, NULL)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
extension_to_load.py 40 return crx_id.GetCRXAppID(os.path.realpath(self._path))
44 os.path.realpath(self._local_path),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
path.py 45 subpath = os.path.realpath(subpath)
46 superpath = os.path.realpath(superpath)
  /ndk/build/lib/
build_support.py 26 THIS_DIR = os.path.realpath(os.path.dirname(__file__))
109 top = os.path.realpath(os.path.join(THIS_DIR, '../../..'))
155 path = os.path.realpath(os.getenv(env_var, default))
256 type=os.path.realpath, default=get_out_dir())
263 type=os.path.realpath)
269 os.environ['ANDROID_BUILD_TOP'] = os.path.realpath(top)
277 main_filename = os.path.realpath(sys.modules['__main__'].__file__)
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py 67 bus, dev = os.path.basename(os.path.realpath(sysfs_path)).split('-')
80 base = os.path.basename(os.path.realpath(sysfs_path))
107 sys_usb = os.path.dirname(os.path.dirname(os.path.realpath(sys_dev_path)))
117 product_name_file = os.path.dirname(os.path.realpath(sys_dev_path)) + "/product"
134 sys_usb = os.path.dirname(os.path.dirname(os.path.realpath(sys_dev_path)))
  /art/tools/
art 33 # Use realpath instead of readlink because Android does not have a readlink.
34 if [ "$(realpath "$ANDROID_ROOT/bin/$DALVIKVM")" = "$(realpath "$ANDROID_ROOT/bin/dalvikvm64")" ]; then
  /external/icu/tools/
updateicudata.py 15 icu_dir = os.path.realpath('%s/external/icu' % android_build_top)
16 icu4c_dir = os.path.realpath('%s/icu4c/source' % icu_dir)
17 icu4j_dir = os.path.realpath('%s/icu4j' % icu_dir)
  /development/testrunner/test_defs/
test_walker.py 74 realpath = os.path.realpath(path)
76 self._build_top = os.path.realpath(android_build.GetTop())
77 if not self._IsPathInBuildTree(realpath):
84 tests = self._FindSubTests(realpath, [])
87 tests = self._FindUpstreamTests(realpath)
  /libcore/ojluni/src/main/native/
canonicalize_md.c 125 after invoking the realpath() procedure. */
185 no duplicate slashes. On Solaris we can use realpath() to do most of the
202 /* First try realpath() on the entire path */
203 if (realpath(original, resolved)) {
227 /* Try realpath() on this subpath */
229 r = realpath(path, resolved);
  /bionic/tests/
stdlib_test.cpp 152 char* p = realpath(NULL, NULL);
159 char* p = realpath("", NULL);
166 char* p = realpath("/this/directory/path/almost/certainly/does/not/exist", NULL);
173 char* p = realpath("/dev/null/.", NULL);
178 p = realpath("/dev/null/..", NULL);
183 TEST(stdlib, realpath) {
191 char* p = realpath("/proc/self/exe", buf);
194 p = realpath("/proc/self/exe", NULL);
  /ndk/tests/
ndk.py 25 THIS_DIR = os.path.dirname(os.path.realpath(__file__))
26 NDK_ROOT = os.path.realpath(os.path.join(THIS_DIR, '..'))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_macostools.py 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_macostools.py 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macostools.py 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macostools.py 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
  /bionic/libc/include/
stdlib.h 97 extern char * realpath(const char *path, char *resolved);
181 extern char* __realpath_real(const char*, char*) __RENAME(realpath); variable
182 __errordecl(__realpath_size_error, "realpath output parameter must be NULL or a >= PATH_MAX bytes buffer");
186 char* realpath(const char* path, char* resolved) { function

Completed in 604 milliseconds

12 3 4 5 6 7 8 91011>>