HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 126 - 150 of 643) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/test/testrunner/
env.py 87 this_file_path = os.path.realpath(__file__)
89 path_to_top = os.path.realpath(path_to_top)
  /bionic/tests/
stdlib_test.cpp 154 char* p = realpath(NULL, NULL);
161 char* p = realpath("", NULL);
168 char* p = realpath("/this/directory/path/almost/certainly/does/not/exist", NULL);
175 char* p = realpath("/dev/null/.", NULL);
180 p = realpath("/dev/null/..", NULL);
185 TEST(stdlib, realpath) {
193 char* p = realpath("/proc/self/exe", buf);
196 p = realpath("/proc/self/exe", NULL);
  /external/autotest/client/cros/
dns_server.py 57 resolv = os.path.realpath(constants.RESOLV_CONF_FILE)
100 resolv = os.path.realpath(constants.RESOLV_CONF_FILE)
  /external/autotest/client/site_tests/network_3GRebootStress/
network_3GRebootStress.py 58 usb_interface_path, _ = os.path.realpath(
61 usb_interface_path = os.path.realpath(net_device)
  /external/bison/darwin-lib/
stdlib.h 1068 # undef realpath macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1068 # undef realpath macro
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 44 self._source_path = os.path.realpath(source)
45 self._target_path = os.path.realpath(target)
  /external/chromium-trace/catapult/telemetry/telemetry/core/
discover.py 27 start_dir = os.path.realpath(start_dir)
28 top_level_dir = os.path.realpath(top_level_dir)
  /external/openssh/openbsd-compat/
openbsd-compat.h 78 # define realpath(x, y) _ssh_compat_realpath(x, y) macro
81 char *realpath(const char *path, char *resolved);
  /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/syslinux/core/include/
fs.h 61 size_t (*realpath)(struct fs_info *, char *, const char *, size_t); member in struct:fs_ops
218 size_t realpath(char *dst, const char *src, size_t bufsize);
  /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);
  /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/misc/common/robolectric/
report-internal.mk 35 $(hide) abs="$$(realpath "$(PRIVATE_REPORT_DIR)")"; \
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstdlib 74 using ::realpath;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/
update.py 26 THIS_DIR = os.path.realpath(os.path.dirname(__file__))
158 install_dir = os.path.realpath(args.major_release)

Completed in 964 milliseconds

1 2 3 4 56 7 8 91011>>