HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 201 - 225 of 750) sorted by null

1 2 3 4 5 6 7 891011>>

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
config_lib.py 32 os.path.dirname(os.path.realpath(__file__)))
  /external/toolchain-utils/
tc_enter_chroot.py 28 self.external_dir = os.path.realpath(external_dir)
29 self.mount_dir = os.path.realpath(mount_dir)
171 version_dir = os.path.realpath(os.path.expanduser(os.path.dirname(__file__)))
298 if os.path.realpath(real_from_file) != os.path.realpath(link_name):
  /external/flatbuffers/android/jni/
include.mk 40 # Portable version of $(realpath) that omits drive letters on Windows.
41 realpath-portable = $(join $(filter %:,$(subst :,: ,$1)),\
42 $(realpath $(filter-out %:,$(subst :,: ,$1))))
57 $(call realpath-portable,$(dir $(lastword $(MAKEFILE_LIST)))/../..)
81 $(call realpath-portable,$(LOCAL_PATH)/../../../../../../prebuilts/cmake)
186 realpath-portable,$(LOCAL_PATH)/$1))
215 # LOCAL_PATH := $(call realpath-portable,$(LOCAL_PATH))
  /art/test/testrunner/
env.py 97 this_file_path = os.path.realpath(__file__)
99 path_to_top = os.path.realpath(path_to_top)
  /external/autotest/client/site_tests/platform_AddPrinter/
platform_AddPrinter.py 52 current_dir = os.path.dirname(os.path.realpath(__file__))
196 current_dir = os.path.dirname(os.path.realpath(__file__))
  /external/autotest/site_utils/lxc/
shared_host_dir_unittest.py 42 self.assertEqual(os.path.realpath(host_dir.path),
43 os.path.realpath(self.shared_host_path))
  /external/chromium-trace/catapult/common/py_utils/py_utils/
discover.py 27 start_dir = os.path.realpath(start_dir)
28 top_level_dir = os.path.realpath(top_level_dir)
  /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/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/robolectric-shadows/
report-internal.mk 28 @echo "Coverage report: file://"$(realpath $(PRIVATE_REPORT_DIR))"/index.html"
  /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.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/3.1.1/
report-internal.mk 35 $(hide) abs="$$(realpath "$(PRIVATE_REPORT_DIR)")"; \
  /prebuilts/misc/common/robolectric/3.4.2/
report-internal.mk 28 @echo "Coverage report: file://"$(realpath $(PRIVATE_REPORT_DIR))"/index.html"
  /prebuilts/misc/common/robolectric/3.5.1/
report-internal.mk 28 @echo "Coverage report: file://"$(realpath $(PRIVATE_REPORT_DIR))"/index.html"
  /prebuilts/misc/common/robolectric/3.6.1/
report-internal.mk 28 @echo "Coverage report: file://"$(realpath $(PRIVATE_REPORT_DIR))"/index.html"
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 73 using ::realpath;
  /tools/tradefederation/core/atest/
cli_translator.py 113 path = os.path.realpath(path)
173 constants.TEST_GROUP_PRESUBMIT, os.path.realpath(''))
  /art/tools/jfuzz/
run_jfuzz_test_nightly.py 38 cwd = os.path.dirname(os.path.realpath(__file__))
  /bionic/libc/tools/
check-symbols-glibc.py 66 this_dir = os.path.dirname(os.path.realpath(__file__))
  /bionic/tools/versioner/
run_tests.py 63 root_dir = os.path.dirname(os.path.realpath(__file__))
  /development/vndk/tools/header-checker/header-abi-util/src/
collect_exported_headers.cpp 40 std::string RealPath(const std::string &path) {
42 if (realpath(path.c_str(), file_abs_path) == nullptr) {
83 exported_headers->insert(RealPath(file_path));

Completed in 390 milliseconds

1 2 3 4 5 6 7 891011>>