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

<<41424344454647484950>>

  /system/core/adb/
usb_vendors.c 148 /* builds the path to the adb vendor id file. returns 0 if success */
158 /* fills buff with the path to the adb vendor id file. returns 0 if success */
166 char path[MAX_PATH]; local
167 SHGetFolderPath( NULL, CSIDL_PROFILE, NULL, 0, path);
168 return build_path(buff, len, "%s\\%s\\%s", path);
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
Preferences.java 45 * Every node has one name and one unique absolute path following the same
48 * and cannot be empty. The root node's absolute path is "/", and all other
50 * absolute path&gt; + "/" + &lt;node's name&gt;. Since the set of nodes forms a
52 * character. Every node has one relative path to each of its ancestors. The
53 * relative path doesn't start with slash: it equals the node's absolute path
54 * with leading substring removed corresponding to the ancestor's absolute path
240 * Gets the absolute path string of this preference node.
242 * @return the preference node's absolute path string.
596 * Returns the preference node with the given path name. The path name ca
    [all...]
  /external/bluetooth/bluez/src/
device.c 111 gchar *path; member in struct:btd_device
240 g_free(device->path);
693 g_dbus_emit_signal(conn, device->path,
805 emit_property_changed(conn, device->path, DEVICE_INTERFACE,
825 device->path, handle, device->handle);
839 device->path, handle, device->handle);
921 device->path = g_strdup_printf("%s/dev_%s", adapter_path, address_up);
922 g_strdelimit(device->path, ":", '_');
925 debug("Creating device %s", device->path);
927 if (g_dbus_register_interface(conn, device->path, DEVICE_INTERFACE
2368 gchar *path; local
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 212 printf("ERROR: Failed to resolve Cygwin path %S\n", input.c_str());
470 bool appendComponentToPath(wstring& path, const wstring& component)
474 if (path.size() + 1 > MAX_PATH)
477 memcpy(buffer, path.data(), path.size() * sizeof(WCHAR));
478 buffer[path.size()] = '\0';
483 path = wstring(buffer);
487 static bool followShortcuts(wstring& path)
489 if (PathFileExists(path.c_str()))
493 wstring linkPath = path;
    [all...]
  /sdk/files/
ant_rules_r2.xml 109 <path id="emma.lib">
112 </path>
130 <arg path="${out.classes.absolute.dir}" />
132 <path refid="android.libraries.jars" />
142 <jarfolder path="my_jars" />
143 <jarfile path="foo/bar.jar" />
144 <jarfolder path="your_jars" />
157 <file path="${intermediate.dex.file}" />
158 <sourcefolder path="${source.absolute.dir}" />
160 <jarfolder path="${external.libs.absolute.dir}" /
    [all...]
  /bionic/libc/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /bootable/recovery/
recovery.c 62 * --update_package=root:path - verify install an OTA package file
135 // open a file given in root:path format, mounting partitions as necessary
143 char path[PATH_MAX] = ""; local
144 if (translate_root_path(root_path, path, sizeof(path)) == NULL) {
145 LOGE("Bad path %s\n", root_path);
151 if (strchr("wa", mode[0])) dirCreateHierarchy(path, 0777, NULL, 1);
153 FILE *fp = fopen(path, mode);
282 char path[PATH_MAX] = ""; local
284 translate_root_path(COMMAND_FILE, path, sizeof(path)) == NULL |
    [all...]
  /build/tools/
findleaves.py 28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
52 result.append(os.path.join(root, filename))
65 "progName": os.path.split(sys.argv[0])[1],
  /cts/tools/utils/
android_api_description_splitter.py 88 self.out = os.path.join(outPath, "xml")
89 if not os.path.isdir(self.out):
123 filename = os.path.join(self.out, elem.getAttribute("name").replace(".", "_").lower() + ".xml")
  /dalvik/libcore/luni/src/main/java/java/lang/
VMClassLoader.java 29 * Get a resource from a file in the bootstrap class path.
31 * It would be simpler to just walk through the class path elements
114 * Boot class path manipulation, for getResources().
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXCertPathChecker.java 24 * The class specifying the interface to extend the certification path
27 * The checks are added to a certification path validation using the
67 * the direction of the certification path processing, {@code
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPath.java 50 * my cert path the only encoding
76 * @return default encoded form of this cert path
85 * @return encoded form of this cert path as specified by
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 35 private Path mPath;
47 mPath = new Path();
84 mPath.addCircle(50, 50, 50, Path.Direction.CCW);
Compass.java 84 private Path mPath = new Path();
91 // Construct a wedge-shaped path
  /development/simulator/app/
README 37 Path preferences. These are reset by the "-r" flag:
39 "debugger" (str) Path to the debugger (usually /usr/bin/gdb).
40 "valgrinder" (str) Path to valgrind (usually /usr/bin/valgrind).
  /development/testrunner/
android_mk.py 83 """Parse Android.mk at the specified path.
86 app_path: path to folder containing Android.mk
88 IOError: Android.mk cannot be found at given path, or cannot be opened
  /external/clearsilver/m4/
ac_jni_include_dirs.m4 39 test "x$_ACJNI_JAVAC" = xno && AC_MSG_ERROR([$JAVAC could not be found in path])
79 # _ACJNI_FOLLOW_SYMLINKS <path>
80 # Follows symbolic links on <path>,
  /external/elfutils/libebl/
ChangeLog 6 lib in path to ebl modules.
77 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
79 try without any path, just the filename.
  /external/icu4c/config/
mh-hpux-gcc 15 ## Common 'default' path to ensure the sanity of users. Search the current
31 ## Compiler switch to embed a runtime search path
38 ## Environment variable to set a runtime search path
  /external/icu4c/test/iotest/
Makefile 28 # Simplify the path for Unix
30 # Simplify the path for Windows
32 # Simplify the path for Windows 98
Makefile.in 28 # Simplify the path for Unix
30 # Simplify the path for Windows
32 # Simplify the path for Windows 98
  /external/icu4c/test/letest/
Makefile 27 # Simplify the path for Unix
29 # Simplify the path for Windows
31 # Simplify the path for Windows 98
Makefile.in 27 # Simplify the path for Unix
29 # Simplify the path for Windows
31 # Simplify the path for Windows 98
  /external/icu4c/test/perf/
README 39 b) Path to the performance test data
40 c) Path to the root directory of the different versions of ICU
42 * The Path needs to be absolute
  /external/icu4c/tools/pkgdata/
pkgtypes.h 65 * strAlias is an alias to a full or relative path to a FILE. This function
71 * @param strAlias alias to full path string
130 char * convertToNativePathSeparators(char *path);

Completed in 546 milliseconds

<<41424344454647484950>>