HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/webkit/LayoutTests/http/tests/resources/
portabilityLayer.php 13 return realpath($_ENV['TMP']);
15 return realpath($_ENV['TMPDIR']);
17 return realpath( $_ENV['TEMP']);
  /external/webkit/Source/WebKit2/win/
build-generated-files.sh 29 export WebKit2=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
  /external/valgrind/main/none/tests/darwin/
apple-main-arg.c 24 // Make sure realpath(argv[0]) == realpath(apple[0]). (realpath resolves
26 realpath(argv[0], pargv);
27 realpath(apple[0], pappl);
  /external/webkit/Tools/WebKitTestRunner/win/
build-generated-files.sh 31 export WebKitTestRunner=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
  /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)
  /external/oprofile/libutil/tests/
file_tests.c 37 /* POSIX namespace ignored by realpath(3) */
55 if (!realpath(tests[i][0], tmp)) {
  /external/oprofile/pp/
oparchive_options.cpp 70 string realpath = op_realpath(outdirectory); local
71 if (realpath == "/") {
  /external/webkit/Source/WebCore/WebCore.vcproj/
migrate-scripts.sh 39 XSRCROOT=`realpath "$XSRCROOT"`
build-generated-files.sh 32 XSRCROOT=`realpath "$XSRCROOT"`
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 55 specified_includes.add(os.path.realpath(arg[2:]))
59 if os.path.realpath(path) not in specified_includes:
  /cts/suite/audio_quality/test_description/conf/
detect_usb_audio.py 39 card_full_path = os.path.realpath(AUDIO_CLASS_DIR + "/" + sound_dev)
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 73 using ::realpath;
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
build-generated-files.sh 16 XSRCROOT=`realpath "$XSRCROOT"`
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 30 use Cwd qw(abs_path realpath);
36 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>';
211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>';
230 <br />geshi.php: <input type=\"text\" name=\"geshi-path\" value=\"" . realpath('../geshi.php') . "\" size=\"50\" />";
239 <br />language files directory: <input type=\"text\" name=\"geshi-lang-path\" value=\"" . realpath('../geshi/') . "/\" size=\"50\" /> (should have a trailing slash)";
254 <input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" />
321 echo '<input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" />
  /libcore/luni/src/main/native/
java_io_File.cpp 63 extern bool realpath(const char* path, std::string& resolved);
65 if (!realpath(path.c_str(), result)) {
168 NATIVE_METHOD(File, realpath, "(Ljava/lang/String;)Ljava/lang/String;"),
realpath.cpp 39 * This differs from realpath(3) mainly in its behavior when a path element does not exist or can
40 * not be searched. realpath(3) treats that as an error and gives up, but we have Java-compatible
43 * can resolve (as in "/tmp/does-not-exist/../blah.txt" which would be an error for realpath(3)
48 bool realpath(const char* path, std::string& resolved) { function
sub.mk 50 realpath.cpp \
  /external/elfutils/bionic-fixup/
AndroidFixup.h 40 #define canonicalize_file_name(path) realpath(path, NULL)
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 76 #define canonicalize_file_name(path) realpath(path, NULL)
  /bionic/libstdc++/include/
cstdlib 74 using ::realpath;
  /external/chromium/build/
gyp_chromium 80 specified_includes.add(os.path.realpath(arg[2:]))
84 if os.path.realpath(path) not in specified_includes:
  /external/v8/build/
gyp_v8 88 specified_includes.add(os.path.realpath(arg[2:]))
92 if os.path.realpath(path) not in specified_includes:
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 74 using ::realpath;
  /ndk/sources/cxx-stl/system/include/
cstdlib 74 using ::realpath;

Completed in 1945 milliseconds

1 2 3 4 5 6