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

1 2 3 4 5 6 7 8 9

  /external/srec/portable/include/
PANSIFileSystem.h 62 * @param realPath ANSI path
63 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath);
114 * @param realPath ANSI path
115 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
118 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath);
PANSIFileSystemImpl.h 41 * [virtualPath, realPath] mapping.
66 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath);
PFileSystemImpl.h 78 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 93 LCHAR realPath[P_PATH_MAX];
98 LSTRCPY(realPath, path);
100 CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self, realPath, &len));
102 if (mkdir(realPath, S_IRWXU|S_IRWXG|S_IRWXO ) != 0)
152 LCHAR realPath[P_PATH_MAX];
157 LSTRCPY(realPath, path);
159 CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self, realPath, &len));
161 if ((*path != '\0') && (chdir(realPath) != 0))
  /external/srec/portable/src/
PANSIFileSystemImpl.c 101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath)
110 if (virtualPath == NULL || realPath == NULL)
132 value = MALLOC(sizeof(LCHAR) * (LSTRLEN(realPath) + 1), MTAG);
139 LSTRCPY(value, realPath);
141 /* Make sure realPath is not an empty string */
148 PLogError(L("%s: realPath cannot be empty"), ESR_rc2str(rc));
272 LCHAR realPath[P_PATH_MAX];
276 LSTRCPY(realPath, path);
278 CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self, realPath, &len));
279 return PANSIFileCreateImpl(realPath, littleEndian, file)
    [all...]
PANSIFileSystem.c 26 ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath)
28 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPath, realPath);
  /bionic/libc/bionic/
realpath.c 38 static char sccsid[] = "@(#)realpath.c 8.1 (Berkeley) 2/16/94";
40 "$FreeBSD: /repoman/r/ncvs/src/lib/libc/stdlib/realpath.c,v 1.6.2.1 2003/08/03 23:47:39 nectar Exp $";
53 * char *realpath(const char *path, char resolved_path[MAXPATHLEN]);
60 realpath(path, resolved) function
  /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) . '" />
  /external/webkit/WebKit/chromium/
gyp_webkit 56 specified_includes.add(os.path.realpath(arg[2:]))
60 if os.path.realpath(path) not in specified_includes:
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
build-generated-files.sh 16 XSRCROOT=`realpath "$XSRCROOT"`
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
dispatch.py 65 path = os.path.realpath(path)
139 if not os.path.realpath(scan_dir).startswith(
140 os.path.realpath(root_dir)):
  /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
  /bionic/libc/kernel/tools/
utils.py 55 path = os.path.realpath(sys.argv[0])
301 #path = os.path.realpath(path)
306 #path = os.path.realpath(path)
316 #dst = os.path.realpath(dst)
kernel.py 86 hdr_dir = os.path.realpath(os.path.dirname(from_file))
87 hdr_dir = hdr_dir.replace("%s/" % os.path.realpath(kernel_root),
  /external/webkit/WebCore/WebCore.vcproj/
migrate-scripts.sh 39 XSRCROOT=`realpath "$XSRCROOT"`
build-generated-files.sh 32 XSRCROOT=`realpath "$XSRCROOT"`
  /external/oprofile/daemon/
oprofiled.c 290 if (!realpath(name, elt->name)) {
425 if (realpath(vmlinux, tmp))
453 if (realpath(xenimage, tmp))
  /bionic/libstdc++/include/
cstdlib 74 using ::realpath;
  /ndk/sources/cxx-stl/system/include/
cstdlib 74 using ::realpath;
  /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;
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 73 using ::realpath;
  /bionic/libc/include/
stdlib.h 95 extern char * realpath(const char *path, char *resolved);
  /development/ndk/platforms/android-3/include/
stdlib.h 94 extern char * realpath(const char *path, char *resolved);
  /development/ndk/platforms/android-8/include/
stdlib.h 95 extern char * realpath(const char *path, char *resolved);

Completed in 4661 milliseconds

1 2 3 4 5 6 7 8 9