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

1 2 3 4 5 67 8 91011>>

  /art/tools/jfuzz/
run_jfuzz_test_nightly.py 37 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/ndk/platforms/android-21/include/
stdlib.h 90 extern char * realpath(const char *path, char *resolved);
  /development/ndk/platforms/android-9/include/
stdlib.h 96 extern char * realpath(const char *path, char *resolved);
  /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_KioskEnrollment/
enterprise_KioskEnrollment.py 46 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/server/cros/packet_generation/
IP_utils.py 37 current_dir = 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/deqp/scripts/
launchcontrol_build.py 100 buildDir = os.path.realpath(os.path.normpath(options.buildDir))
  /external/libyuv/files/
gyp_libyuv 19 checkout_root = os.path.dirname(os.path.realpath(__file__))
  /external/pdfium/
update_pdfium.py 119 targetDir = os.path.dirname(os.path.realpath(__file__))
  /external/skia/infra/bots/ct/
run_ct_skps.py 14 PARENT_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/v8/gypfiles/
download_gold_plugin.py 25 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/v8/tools/clang/scripts/
build_file.py 13 script_dir = os.path.dirname(os.path.realpath(__file__))
run_tool.py 49 script_dir = os.path.dirname(os.path.realpath(__file__))
75 return [os.path.realpath(p) for p in output.splitlines()]
110 path = os.path.realpath(os.path.join(build_directory, path))
332 if os.path.realpath(k) in filenames})
  /external/v8/tools/
dump-cpp.py 22 tools_path = os.path.dirname(os.path.realpath(__file__))
  /external/vboot_reference/tests/
gen_fuzz_test_cases.sh 15 TESTKEY_DIR=${TESTKEY_DIR:-$(realpath ${SCRIPT_DIR}/../tests/testkeys)}
  /tools/repohooks/rh/
shell.py 23 _path = os.path.realpath(__file__ + '/../..')
shell_unittest.py 26 _path = os.path.realpath(__file__ + '/../..')
  /tools/repohooks/tools/
clang-format.py 25 _path = os.path.realpath(__file__ + '/../..')

Completed in 713 milliseconds

1 2 3 4 5 67 8 91011>>