HomeSort by relevance Sort by last modified time
    Searched full:path (Results 201 - 225 of 4958) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/core/rootdir/etc/
dbus.conf 11 <!-- Only listen on a local socket. (abstract=/path/to/socket
13 file; only Linux supports this. Use path=/whatever on other
15 <listen>unix:path=/dev/socket/dbus</listen>
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 276 * wpas_dbus_decompose_object_path - Decompose an interface object path into parts
277 * @path: The dbus object path
278 * @network: (out) the configured network this object path refers to, if any
279 * @bssid: (out) the scanned bssid this object path refers to, if any
280 * Returns: The object path of the network interface this path refers to
282 * For a given object path, decomposes the object path into object id, network,
285 char * wpas_dbus_decompose_object_path(const char *path, char **network
482 const char *path = dbus_message_get_path(message); local
583 const char *path; local
637 const char *path; local
682 const char *path; local
760 const char *path; local
807 const char *path; local
1059 char *path; local
1109 const char *path; local
    [all...]
  /bionic/libc/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
37 extern char* dirname (const char* path);
38 extern char* basename(const char* path);
50 * ENAMETOOLONG: the result is too long for a valid path
52 extern int dirname_r(const char* path, char* buffer, size_t bufflen);
53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
  /external/bluetooth/bluez/doc/
manager-api.txt 15 Object path /
27 Returns object path for the default adapter.
34 Returns object path for the specified adapter. Valid
55 Parameter is object path of added adapter.
59 Parameter is object path of removed adapter.
63 Parameter is object path of the new default adapter.
  /external/qemu/android/build/
mkdeps.sh 20 # source.o: /full/path/to/source.c other.h headers.h
23 # the script is used to replace 'source.o' to a full path, as in
25 # objs/intermediates/emulator/source.o: /full/path/to/source.c other.h headers.h
29 # $1: object file (full path)
34 # quote the object path. we change a single '.' into
45 # a correct dependency line with the full path to the object file.
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreGenerated.vcproj 26 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;nmake /nologo -f JavaScriptCoreGenerated.make"
27 ReBuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;nmake /nologo -f JavaScriptCoreGenerated.make clean&#x0D;&#x0A;nmake -f JavaScriptCoreGenerated.make"
28 CleanCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;nmake /nologo -f JavaScriptCoreGenerated.make clean"
  /ndk/build/platforms/android-3/arch-arm/usr/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
37 extern char* dirname (const char* path);
38 extern char* basename(const char* path);
50 * ENAMETOOLONG: the result is too long for a valid path
52 extern int dirname_r(const char* path, char* buffer, size_t bufflen);
53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
37 extern char* dirname (const char* path);
38 extern char* basename(const char* path);
50 * ENAMETOOLONG: the result is too long for a valid path
52 extern int dirname_r(const char* path, char* buffer, size_t bufflen);
53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
37 extern char* dirname (const char* path);
38 extern char* basename(const char* path);
50 * ENAMETOOLONG: the result is too long for a valid path
52 extern int dirname_r(const char* path, char* buffer, size_t bufflen);
53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
37 extern char* dirname (const char* path);
38 extern char* basename(const char* path);
50 * ENAMETOOLONG: the result is too long for a valid path
52 extern int dirname_r(const char* path, char* buffer, size_t bufflen);
53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
37 extern char* dirname (const char* path);
38 extern char* basename(const char* path);
50 * ENAMETOOLONG: the result is too long for a valid path
52 extern int dirname_r(const char* path, char* buffer, size_t bufflen);
53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
37 extern char* dirname (const char* path);
38 extern char* basename(const char* path);
50 * ENAMETOOLONG: the result is too long for a valid path
52 extern int dirname_r(const char* path, char* buffer, size_t bufflen);
53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
  /bionic/libc/bionic/
basename_r.c 34 basename_r(const char* path, char* buffer, size_t bufflen)
41 if (path == NULL || *path == '\0') {
48 endp = path + strlen(path) - 1;
49 while (endp > path && *endp == '/')
53 if (endp == path && *endp == '/') {
61 while (startp > path && *(startp - 1) != '/')
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXCertPathBuilderResult.java 26 * The result of the PKIX certification path builder, returned by
31 // Built and validated certification path
36 * specified validated certification path, the trust anchor of the
37 * certification path, the policy tree and the public key of the subject.
40 * the validated certification path.
61 * Returns the validated certification path.
63 * @return the validated certification path.
78 sb.append("\n Certification Path: "); //$NON-NLS-1$
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 180 // Create a path where we will place our picture in the user's
185 File path = Environment.getExternalStoragePublicDirectory( local
187 File file = new File(path, "DemoPicture.jpg");
191 path.mkdirs();
211 public void onScanCompleted(String path, Uri uri) {
212 Log.i("ExternalStorage", "Scanned " + path + ":");
224 // Create a path where we will place our picture in the user's
227 File path = Environment.getExternalStoragePublicDirectory( local
229 File file = new File(path, "DemoPicture.jpg");
234 // Create a path where we will place our picture in the user'
238 File path = Environment.getExternalStoragePublicDirectory( local
253 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); local
291 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); local
303 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 38 private String path; field in class:MediaPlayerDemo_Audio
56 * TODO: Set the path variable to a local audio file path.
58 path = "";
59 if (path == "") {
65 + "and set the path variable to your audio file path."
71 mMediaPlayer.setDataSource(path);
  /external/bluetooth/bluez/plugins/
Android.mk 21 $(call include-path-for, glib) \
22 $(call include-path-for, dbus) \
  /external/clearsilver/cs/
test_url_validate.hdf 14 ColonUrl = relative/path:name
15 ColonUrlTwo = /mail/path:name
  /external/clearsilver/man/man3/
fFind.3 27 file - path of file to use as lock.
30 Find a file identified by the path <file>, and returns a
  /external/clearsilver/python/examples/base/
handle_error.py 67 os.path.join (DUMP_DIR, "tmp"),
68 os.path.join (DUMP_DIR, "new"))
69 for path in paths:
70 if not os.path.isdir(path):
71 os.mkdir(path, 0755)
99 tpath = os.path.join (DUMP_DIR, "tmp", fname)
100 npath = os.path.join (DUMP_DIR, "new", fname)
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 18 /* Set the path to wmsg's bundle.
21 U_CFUNC UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 0 path certificate "/etc/openssl/certs";
2 path pre_shared_key "/etc/racoon/psk.txt";
  /external/qemu/distrib/libpng-1.2.19/
Makefile 2 # you need to define ZLIB_INCLUDE to the Zlib include path
3 # and PREFIX to the installation path
  /external/qemu/
qemu_socket.h 14 int unix_listen(const char *path, char *ostr, int olen);
15 int unix_connect(const char *path);
  /external/skia/include/effects/
Sk1DPathEffect.h 36 /** Called with the current distance along the path, with the current matrix
57 /** Dash by replicating the specified path.
58 @param path The path to replicate (dash)
59 @param advance The space between instances of path
60 @param phase distance (mod advance) along path for its initial position
61 @param style how to transform path at each point (based on the current
64 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);

Completed in 58 milliseconds

1 2 3 4 5 6 7 891011>>