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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/unlinkat/
unlinkat01.c 55 static const char pathname[] = "unlinkattestdir", variable
116 SAFE_MKDIR(cleanup, pathname, 0700);
119 fds[0] = SAFE_OPEN(cleanup, pathname, O_DIRECTORY);
  /external/valgrind/include/
pub_tool_libcfile.h 74 extern SysRes VG_(mknod) ( const HChar* pathname, Int mode, UWord dev );
75 extern SysRes VG_(open) ( const HChar* pathname, Int flags, Int mode );
78 extern Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 682 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname)
700 if (pathname != NULL) {
701 v = PyString_FromString(pathname);
735 /* Given a pathname for a Python source file, fill a buffer with the
736 pathname for the corresponding compiled file. Return the pathname
741 make_compiled_pathname(char *pathname, char *buf, size_t buflen)
743 size_t len = strlen(pathname);
750 if (len >= 4 && strcmp(&pathname[len-4], ".pyw") == 0)
753 memcpy(buf, pathname, len);
2951 char *pathname; local
3088 char *pathname; local
3110 char *pathname; local
3132 char *pathname; local
3153 char *pathname; local
3193 char *pathname; local
    [all...]
  /external/emma/lib/internal/
stamptool.jar 
  /external/freetype/include/freetype/
ftsystem.h 305 * pathname ::
337 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/libxml2/os400/dlfcn/
dlfcn.c 738 dl_ifs_link(Qp0l_QSYS_Info_t * qsysinfo, const char * pathname)
742 *** If `pathname' is a link found in IFS, set `qsysinfo' to its
747 return dlGetObjectName(qsysinfo, (const char *) NULL, 0, pathname);
814 dl_DB2_path(Qp0l_QSYS_Info_t * qsysinfo, const char * pathname)
817 if (dlpath2QSYS(qsysinfo, pathname, (const char *) NULL))
862 dl_qualified_object(Qp0l_QSYS_Info_t * qsysinfo, const char * pathname)
867 if (dl_DB2_name(qsysinfo->Obj_Name, pathname) ||
868 dl_DB2_name(qsysinfo->Lib_Name, pathname + 10))
879 const char * libname, const char * pathname)
890 while (*pathname == ' '
    [all...]
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate03.c 27 * 3) truncate(2) returns -1 and sets errno to EFAULT if pathname points
30 * of a pathname exceeded 255 characters or entire pathname exceeds 1023
39 * links were encountered in translating the pathname.
73 char *pathname; member in struct:test_case_t
140 test_cases[2].pathname = (char *)get_high_address();
144 test_cases[3].pathname = bad_addr;
169 TEST(truncate(tc->pathname, tc->length));
  /external/ltp/testcases/kernel/syscalls/utimes/
utimes01.c 74 char *pathname; member in struct:test_case_t
169 SAFE_STAT(cleanup, tc->pathname, &st);
177 TEST(utimes(tc->pathname, tc->times));
187 if (TEST_ERRNO == 0 && utimes(tc->pathname, tmp_tv) == -1)
  /external/pdfium/third_party/freetype/include/freetype/
ftsystem.h 305 * pathname ::
337 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 207 char *pathname; member in struct:squashfs_file
215 struct pathname *paths;
218 struct pathname { struct
225 struct pathname *path[0];
sort.c 63 extern char *pathname(struct dir_ent *dir_ent);
195 priority = get_priority(dir->pathname, buf, priority);
205 get_priority(pathname(dir_ent), buf,
347 TRACE("%d: %s\n", i - 32768, pathname(entry->dir));
351 "\n", pathname(entry->dir),
359 "LINK\n", pathname(entry->dir),
  /external/syslinux/com32/rosh/
rosh.h 79 int stat(const char *pathname, struct stat *buf)
84 ROSH_DEBUG2_STAT("stat:opendir(%s) ", pathname);
85 d = opendir(pathname);
94 fd = open(pathname, O_RDONLY);
  /external/zlib/src/contrib/minizip/
zip.h 116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
120 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
122 if the file pathname exist and append==APPEND_STATUS_CREATEAFTER, the zip
125 if the file pathname exist and append==APPEND_STATUS_ADDINZIP, we will
137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsystem.h 305 * pathname ::
337 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /system/extras/ioshark/
compile_ioshark_subr.c 65 void *files_db_lookup(char *pathname)
70 hash = jenkins_one_at_a_time_hash(pathname, strlen(pathname));
74 if (strcmp(db_node->filename, pathname) == 0)
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 85 char *pathname, *basename; member in struct:__anon20326
269 printf("adding %s (%ld byte%s)\n", files[i].pathname, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
273 file=T_FileStream_open(files[i].pathname, "rb");
275 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
290 fprintf(stderr, "gencmn: unable to read %s properly (got %ld/%ld byte%s)\n", files[i].pathname, (long)nread, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
351 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname);
354 sprintf(buffer, ",\n %s%s[]", symPrefix?symPrefix:"", files[i].pathname);
391 sprintf(buffer, " { \"%s\", %s%s }", files[0].basename, symPrefix?symPrefix:"", files[0].pathname);
394 sprintf(buffer, ",\n { \"%s\", %s%s }", files[i].basename, symPrefix?symPrefix:"", files[i].pathname);
428 /* store the pathname */
    [all...]
  /external/ltp/testcases/kernel/syscalls/access/
access06.c 53 char *pathname; member in struct:test_case_t
116 file_name = test_cases[i].pathname;
  /external/ltp/testcases/kernel/syscalls/openat/
openat01.c 59 const char *pathname; member in struct:test_case
74 TEST(openat(*test->dir_fd, test->pathname, O_RDWR, 0600));
  /system/core/init/
compare-bootcharts.py 78 def parse_proc_file(pathname, process_map, jiffy_record=None):
80 with tarfile.open(pathname + '/bootchart.tgz', 'r:*') as tf:
  /external/e2fsprogs/intl/
relocatable.c 71 /* Pathname support.
101 Relocation simply replaces a pathname starting with the original prefix
102 by the corresponding pathname with the current prefix instead. Both
139 Relocation simply replaces a pathname starting with the original prefix
140 by the corresponding pathname with the current prefix instead. Both
165 file, and the current pathname of this file. Returns NULL upon failure. */
249 /* The last pathname component was the same. opi and cpi now point
280 /* Full pathname of shared library, or NULL. */
285 /* Determine the full pathname of the shared library when it is loaded. */
364 /* Return the full pathname of the current shared library
    [all...]
  /external/ltp/include/
safe_macros_fn.h 37 void (*cleanup_fn)(void), const char *pathname, mode_t mode);
55 void (*cleanup_fn)(void), const char *pathname, mode_t mode);
58 void (*cleanup_fn)(void), const char *pathname);
65 void (*cleanup_fn)(void), const char *pathname, int oflags, ...);
99 void (*cleanup_fn)(void), const char *pathname);
160 void (*cleanup_fn)(void), const char *pathname, mode_t mode);
  /external/ltp/testcases/kernel/syscalls/lchown/
lchown02.c 29 * 3) lchown(2) returns -1 and sets errno to EFAULT if pathname points
31 * 4) lchown(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
34 * component in pathname is not a directory.
86 char *pathname; member in struct:test_case_t
97 {path, "Pathname too long", ENAMETOOLONG, setup_longpath},
99 {"", "Pathname is empty", ENOENT, NULL},
128 char *file_name = test_cases[i].pathname;
272 test_cases[pos].pathname = bad_addr;
283 test_cases[pos].pathname = get_high_address();
312 memset(test_cases[pos].pathname, 'a', PATH_MAX + 1)
    [all...]
  /external/toybox/lib/
portability.h 130 int fstatat64(int dirfd, const char *pathname, void *buf, int flags);
131 int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz);
134 int fchmodat(int dirfd, const char *pathname, mode_t mode, int flags);
135 int openat(int dirfd, const char *pathname, int flags, ...);
139 int fchownat(int dirfd, const char *pathname,
142 int unlinkat(int dirfd, const char *pathname, int flags);
  /toolchain/binutils/binutils-2.25/intl/
relocatable.c 66 /* Pathname support.
96 Relocation simply replaces a pathname starting with the original prefix
97 by the corresponding pathname with the current prefix instead. Both
134 Relocation simply replaces a pathname starting with the original prefix
135 by the corresponding pathname with the current prefix instead. Both
158 file, and the current pathname of this file. Returns NULL upon failure. */
242 /* The last pathname component was the same. opi and cpi now point
271 /* Full pathname of shared library, or NULL. */
276 /* Determine the full pathname of the shared library when it is loaded. */
354 /* Return the full pathname of the current shared library
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 650 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname)
668 if (pathname != NULL) {
669 v = PyString_FromString(pathname);
703 /* Given a pathname for a Python source file, fill a buffer with the
704 pathname for the corresponding compiled file. Return the pathname
709 make_compiled_pathname(char *pathname, char *buf, size_t buflen)
711 size_t len = strlen(pathname);
718 if (len >= 4 && strcmp(&pathname[len-4], ".pyw") == 0)
721 memcpy(buf, pathname, len);
2837 char pathname[MAXPATHLEN+1]; local
2967 char *pathname; local
2989 char *pathname; local
3011 char *pathname; local
3032 char *pathname; local
3072 char *pathname; local
    [all...]

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>