HomeSort by relevance Sort by last modified time
    Searched refs:pathname (Results 226 - 250 of 1064) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/plat-mac/
argvemulator.py 81 pathname = fsref.as_pathname()
82 sys.argv.append(pathname)
  /external/python/cpython2/PC/bdist_wininst/
install.c 121 char *ini_file; /* Full pathname of ini-file */
161 /* lParam: points to pathname */
689 * 2 if no install-script is specified in pathname
697 do_run_installscript(HINSTANCE hPython, char *pathname, int argc, char **argv)
720 if (pathname == NULL || pathname[0] == '\0')
723 fh = open(pathname, _O_RDONLY);
726 pathname);
756 run_installscript(char *pathname, int argc, char **argv, char **pOutput)
786 result = do_run_installscript(hPython, pathname, argc, argv)
1378 char pathname[_MAX_PATH]; local
2418 char *pathname = strchr(line, ':'); local
2429 char *pathname = strchr(line, ':'); local
    [all...]
archive.h 94 ensure_directory (char *pathname, char *new_part,
  /external/python/cpython3/PC/bdist_wininst/
install.c 121 char *ini_file; /* Full pathname of ini-file */
168 /* lParam: points to pathname */
719 * 2 if no install-script is specified in pathname
727 do_run_installscript(HINSTANCE hPython, char *pathname, int argc, char **argv)
751 if (pathname == NULL || pathname[0] == '\0')
754 fh = open(pathname, _O_RDONLY | O_NOINHERIT);
757 pathname);
798 run_installscript(char *pathname, int argc, char **argv, char **pOutput)
828 result = do_run_installscript(hPython, pathname, argc, argv)
1422 char pathname[_MAX_PATH]; local
2447 char *pathname = strchr(line, ':'); local
2458 char *pathname = strchr(line, ':'); local
    [all...]
archive.h 93 ensure_directory (char *pathname, char *new_part,
  /external/strace/tests/
futimesat.c 54 const kernel_ulong_t pathname,
57 long rc = syscall(__NR_futimesat, dirfd, pathname, times);
91 /* pathname */
xutimes.c 60 k_utimes(const kernel_ulong_t pathname, const kernel_ulong_t times)
62 long rc = syscall(TEST_SYSCALL_NR, pathname, times);
77 /* pathname */
  /external/strace/tests-m32/
futimesat.c 54 const kernel_ulong_t pathname,
57 long rc = syscall(__NR_futimesat, dirfd, pathname, times);
91 /* pathname */
xutimes.c 60 k_utimes(const kernel_ulong_t pathname, const kernel_ulong_t times)
62 long rc = syscall(TEST_SYSCALL_NR, pathname, times);
77 /* pathname */
  /external/strace/tests-mx32/
futimesat.c 54 const kernel_ulong_t pathname,
57 long rc = syscall(__NR_futimesat, dirfd, pathname, times);
91 /* pathname */
xutimes.c 60 k_utimes(const kernel_ulong_t pathname, const kernel_ulong_t times)
62 long rc = syscall(TEST_SYSCALL_NR, pathname, times);
77 /* pathname */
  /external/syslinux/com32/lib/sys/
zfile.c 140 int zopen(const char *pathname, int flags, ...)
146 fd = open(pathname, flags, 0);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
argvemulator.py 81 pathname = fsref.as_pathname()
82 sys.argv.append(pathname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py 81 pathname = fsref.as_pathname()
82 sys.argv.append(pathname)
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /external/ltp/testcases/realtime/lib/
librttest.c 636 /* Write the given data to the existing file specified by pathname. Complain
638 static void write_file(const char *pathname, const void *data, size_t len)
640 int fd = open(pathname, O_WRONLY);
643 pathname, errno, strerror(errno));
651 pathname, errno, strerror(errno));
656 * pathname. Complain if unable to do so. */
657 static void write_string_to_file(const char *pathname, const char *string)
659 write_file(pathname, string, strlen(string));
662 static void read_and_print(const char *pathname, int output_fd)
665 int fd = open(pathname, O_RDONLY)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
import.h 13 char *name, PyObject *co, char *pathname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
import.h 13 char *name, PyObject *co, char *pathname);
  /external/python/cpython2/Include/
import.h 13 char *name, PyObject *co, char *pathname);
  /external/squashfs-tools/squashfs-tools/
xattr.h 113 static inline void write_xattr(char *pathname, unsigned int xattr)
  /external/valgrind/memcheck/tests/solaris/
scalar_obsolete.stderr.exp 50 Syscall param unlink(pathname) contains uninitialised byte(s)
53 Syscall param unlink(pathname) points to unaddressable byte(s)
119 Syscall param access(pathname) contains uninitialised byte(s)
125 Syscall param access(pathname) points to unaddressable byte(s)
132 Syscall param rmdir(pathname) contains uninitialised byte(s)
135 Syscall param rmdir(pathname) points to unaddressable byte(s)
142 Syscall param mkdir(pathname) contains uninitialised byte(s)
148 Syscall param mkdir(pathname) points to unaddressable byte(s)
  /frameworks/base/core/jni/
android_os_SELinux.cpp 300 * Parameters: pathname: the pathname for the file to be relabeled
309 ScopedUtfChars pathname(env, pathnameStr);
310 if (pathname.c_str() == NULL) {
315 int ret = selinux_android_restorecon(pathname.c_str(), flags);
316 ALOGV("restorecon(%s) => %d", pathname.c_str(), ret);
  /prebuilts/gdb/darwin-x86/include/python2.7/
import.h 13 char *name, PyObject *co, char *pathname);
  /prebuilts/gdb/linux-x86/include/python2.7/
import.h 13 char *name, PyObject *co, char *pathname);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h 13 char *name, PyObject *co, char *pathname);

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011>>