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

1 2 3 4 5

  /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:
  /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
  /external/v8/build/
gyp_v8 83 specified_includes.add(os.path.realpath(arg[2:]))
87 if os.path.realpath(path) not in specified_includes:
  /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:
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 74 using ::realpath;
  /ndk/sources/cxx-stl/system/include/
cstdlib 74 using ::realpath;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 70 using ::realpath;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib 70 using ::realpath;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdlib 74 using ::realpath;

Completed in 414 milliseconds

1 2 3 4 5