HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 651 - 675 of 1422) sorted by null

<<21222324252627282930>>

  /external/linux-tools-perf/
builtin-report.c 425 "file", "vmlinux pathname"),
427 "file", "kallsyms pathname"),
builtin-annotate.c 256 "file", "vmlinux pathname"),
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 243 SysRes ML_(am_open) ( const Char* pathname, Int flags, Int mode )
245 SysRes res = VG_(do_syscall3)(__NR_open, (UWord)pathname, flags, mode);
  /external/zlib/src/contrib/minizip/
miniunz.c 197 " -e Extract without pathname (junk paths)\n" \
198 " -x Extract with pathname\n" \
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d3_14pf.cpp 34 Pathname: ./audio/gsm-amr/c/src/d3_14pf.c
47 (2) Updated the pathname to indicate the correct file. (Line 39)
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 205 read_file(const char* pathname, char* buffer, size_t buffsize)
209 fd = open(pathname, O_RDONLY);
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 72 # define relocate(pathname) (pathname)
  /system/core/sh/
sh.1 243 Disable pathname expansion.
881 It is only field splitting or pathname expansion that can
898 Pathname Expansion (unless set
945 Pathname expansion is not performed on the results of the expansion.
    [all...]
  /external/bison/m4/
lib-prefix.m4 170 dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection.h 188 // The pathname of the serial device.
  /external/chromium_org/chrome/browser/resources/options/
options.js 221 var path = document.location.pathname;
  /external/chromium_org/net/base/
escape.h 26 // Escapes a partial or complete file/pathname. This includes:
  /external/chromium_org/third_party/freetype/include/freetype/
ftincrem.h 304 * open_args.pathname = my_font_pathname;
  /external/chromium_org/third_party/icu/source/common/unicode/
ures.h 141 * pathname for packageName is deprecated. If NULL, ICU data will be used.
173 * pathname for packageName is deprecated. If NULL, ICU data will be used.
197 * pathname for packageName is deprecated. If NULL, ICU data will be used.
332 * pathname for packageName is deprecated. If NULL, ICU data will be used.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32toolhelp_unittest.cc 273 std::wstring name = ToUtf16(Pathname(ToUtf8(buf)).filename());
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
lib-prefix.m4 166 dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the
  /external/emma/core/java12/com/vladium/emma/report/
SourcePathCache.java 79 * @return absolute pathname [null if 'name' was not found in cache]
  /external/freetype/include/freetype/
ftincrem.h 304 * open_args.pathname = my_font_pathname;
  /external/icu4c/common/unicode/
ures.h 141 * pathname for packageName is deprecated. If NULL, ICU data will be used.
173 * pathname for packageName is deprecated. If NULL, ICU data will be used.
197 * pathname for packageName is deprecated. If NULL, ICU data will be used.
338 * pathname for packageName is deprecated. If NULL, ICU data will be used.
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
Value.java 215 * @param name The pathname of the variable relative to the given {@link DataContext}
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 96 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
  /external/mdnsresponder/mDNSShared/
dns-sd.1 181 .Pa /usr/bin/dns-sd \" Pathname
mDNS.1 185 .Pa /usr/bin/mDNS \" Pathname
  /external/openssh/
sftp-server.c 929 char pathname[MAXPATHLEN]; local
940 snprintf(pathname, sizeof pathname, "%s%s%s", path,
942 if (lstat(pathname, &st) < 0)
    [all...]
sshd_config.0 125 Specifies the pathname of a directory to chroot(2) to after
126 authentication. All components of the pathname must be root-
131 The pathname may contain the following tokens that are expanded
    [all...]

Completed in 1412 milliseconds

<<21222324252627282930>>