HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 101 - 125 of 454) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.py 195 install_path = os.path.dirname(os.path.realpath(args.toplevel_config))
214 initial_settings = os.path.realpath(args.initial_settings)
  /external/skia/
gyp_skia 47 specified_includes.add(os.path.realpath(arg[2:]))
51 if os.path.realpath(path) not in specified_includes:
  /external/v8/
Makefile.nacl 39 TOOLCHAIN_PATH = $(realpath ${NACL_SDK_ROOT}/toolchain)
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 119 phy = realpath(buf, NULL);
160 rfk_phy = realpath(buf2, NULL);
197 /* use standard free function to match 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);
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 73 using ::realpath;
  /ndk/sources/cxx-stl/system/include/
cstdlib 73 using ::realpath;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdlib.h 29 char *__restrict __resolved), realpath) __wur;
34 __warnattr ("second argument of realpath must be either NULL or at "
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib.h 29 char *__restrict __resolved), realpath) __wur;
34 __warnattr ("second argument of realpath must be either NULL or at "
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib.h 29 char *__restrict __resolved), realpath) __wur;
34 __warnattr ("second argument of realpath must be either NULL or at "
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdlib 74 using ::realpath;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdlib 73 using ::realpath;
  /bionic/libc/tools/
check-symbols-glibc.py 66 this_dir = os.path.dirname(os.path.realpath(__file__))
  /device/linaro/hikey/uefi-tools/
parse-platforms.py 63 config_filename = os.path.dirname(os.path.realpath(sys.argv[0])) + '/' + default_filename
  /external/autotest/client/cros/
httpd_unittest.py 65 creds_path = (os.path.dirname(os.path.realpath( __file__)) +
  /external/autotest/client/site_tests/enterprise_KioskPerf/
enterprise_KioskPerf.py 57 os.path.dirname(os.path.realpath(__file__)), 'credentials.txt'))
  /external/autotest/client/site_tests/enterprise_RemoraRequisition/
enterprise_RemoraRequisition.py 51 os.path.dirname(os.path.realpath(__file__)), 'credentials.txt'))
  /external/autotest/site_utils/
brillo_recovery_test.py 17 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
  /external/autotest/tko/
draw_graphs 5 $bin = `realpath $0 | xargs dirname`; chomp $bin;
  /external/bison/lib/
stdlib.in.h 732 # define realpath rpl_realpath
734 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
736 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
739 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
742 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved));
744 _GL_CXXALIASWARN (realpath);
746 # undef realpath
748 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
  /external/chromium-trace/catapult/common/node_runner/node_runner/
node_util.py 15 return os.path.realpath(os.path.join(
  /external/chromium-trace/catapult/third_party/gsutil/
gsutil.py 39 GSUTIL_DIR = os.path.dirname(os.path.abspath(os.path.realpath(__file__)))
  /external/deqp/scripts/
launchcontrol_build.py 95 buildDir = os.path.realpath(os.path.normpath(options.buildDir))
  /external/libyuv/files/
gyp_libyuv 19 checkout_root = os.path.dirname(os.path.realpath(__file__))

Completed in 982 milliseconds

1 2 3 45 6 7 8 91011>>