Searched
full:pathname (Results
426 -
450 of
1275) sorted by null
<<11121314151617181920>>
/external/quake/quake/src/QW/client/ |
common.c | 905 char *COM_SkipPath (char *pathname) 909 last = pathname; 910 while (*pathname) 912 if (*pathname=='/') 913 last = pathname+1; 914 pathname++; [all...] |
common.h | 180 char *COM_SkipPath (char *pathname);
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 111 SysRes VG_(open) ( const Char* pathname, Int flags, Int mode ) 115 (UWord)pathname, flags, mode); 118 (UWord)pathname, flags, mode);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cpplib.h | 538 /* Routine to construct pathname, given the search path name and the 539 HEADER we are trying to find, return a constructed pathname to 540 try and open. If this is NULL, the constructed pathname is as [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
cpplib.h | 538 /* Routine to construct pathname, given the search path name and the 539 HEADER we are trying to find, return a constructed pathname to 540 try and open. If this is NULL, the constructed pathname is as [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
cpplib.h | 538 /* Routine to construct pathname, given the search path name and the 539 HEADER we are trying to find, return a constructed pathname to 540 try and open. If this is NULL, the constructed pathname is as [all...] |
/cts/tools/vm-tests/etc/ |
starttests | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
/dalvik/tests/ |
run-test | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
conversions.sgml | 382 @G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: Pathname is not an absolute path.
|
/external/e2fsprogs/e2fsck/ |
e2fsck.8.in | 204 @JDEV@Set the pathname where the external-journal for this filesystem can be
|
/external/grub/stage2/ |
common.c | 56 "Filename must be either an absolute pathname or blocklist",
|
fsys_iso9660.c | 352 * DIRNAME is directory component of pathname,
|
/external/icu4c/common/unicode/ |
icuplug.h | 45 * it is on the loader path, or a full pathname.</li>
|
/external/libpng/scripts/ |
makefile.sggcc | 32 # Prefix must be a full pathname.
|
makefile.sgi | 32 # Prefix must be a full pathname.
|
/external/libvpx/examples/includes/geshi/geshi/ |
sas.php | 87 'NORMAL','NPV','N','OPEN','ORDINAL','PATHNAME','PDF','PEEKC','PEEK',
|
/external/oprofile/daemon/liblegacy/ |
opd_kernel.c | 146 * There is no query_module API that allow to get directly the pathname
|
/external/qemu/ |
qemu-common.h | 185 const char *path(const char *pathname);
|
/external/quake/quake/src/WinQuake/ |
common.h | 159 const char *COM_SkipPath (const char *pathname);
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-generic.h | 58 char *pathname);
|
/external/valgrind/main/exp-ptrcheck/tests/ |
syscall.stderr.exp | 45 Syscall param open(pathname) is non-contiguous
|
/external/webkit/Source/WebCore/inspector/front-end/ |
InjectedFakeWorker.js | 287 pathname: this.path,
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 55 sep = property(_get_sep, doc="pathname separator")
|
filesystem_mock.py | 57 sep = property(_get_sep, doc="pathname separator")
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 127 * If the ctrl_path isn't an absolute pathname, assume that
|
Completed in 1117 milliseconds
<<11121314151617181920>>