/sdk/sdklauncher/ |
sdklauncher.c | 80 /* Get the temp directory path using GetTempPath. 81 GetTempFilename indicates that the temp path dir should not be larger than MAX_PATH-14. 207 /* get path of current program, to switch dirs here when executing the command. */ 225 NULL, /* program path */
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
IAbstractFile.java | 40 * Returns the OS path of the file location.
|
IAbstractFolder.java | 27 * @param name the name of the file. This is the name without the path leading to the
|
/system/core/libacc/tests/ |
accarm | 39 remoteFileName = os.path.join("/system/bin/accdata", file)
|
/system/core/toolbox/ |
mv.c | 36 fprintf(stderr, "path too long\n");
|
/system/vold/ |
DirectVolume.h | 44 int addPath(const char *path);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/ |
TNETW_Driver_types.h | 52 FW compatibility and to avoid conversions in the data path. */ 131 /* Tx Data Path Callbacks */ 136 /* Rx Data Path Callbacks */ 193 /* Data path constant parametrs */
|
/build/tools/releasetools/ |
edify_generator.py | 133 def Mount(self, kind, what, path): 134 """Mount the given 'what' at the given path. 'what' should be a 137 self.script.append('mount("%s", "%s", "%s");' % (kind, what, path)) 138 self.mounts.add(path) 205 """Recursively set path ownership and permissions.""" 233 path for the binary instead of input_zip.""" 243 data = open(os.path.join(input_path, "updater")).read()
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 84 * primary successor} which distinguishes a particular control flow path. 85 * For {Rops#isCallLike}call or call-like} opcodes, this is the path taken 88 * {@link Rops#IF_EQZ_INT}, the primary successor represents the path taken 94 * statements for the same code path, a single basic block will likely 106 * exception class. Since the only possible path is the exception path, only 107 * the exception path (which cannot be a primary successor) is a successor.
|
/external/bluetooth/bluez/audio/ |
telephony-maemo.c | 252 static struct csd_call *find_call(const char *path) 259 if (g_str_equal(call->object_path, path)) 561 static int send_method_call(const char *dest, const char *path, 570 msg = dbus_message_new_method_call(dest, path, interface, method); 1128 const char *path; local 1132 DBUS_TYPE_OBJECT_PATH, &path, 1139 call = find_call(path); 1141 error("Conference signal for unknown call %s", path); 1145 debug("Call %s %s the conference", path, joined ? "joined" : "left"); 1421 const char *path; local 1472 const char *path = dbus_message_get_path(msg); local 1729 const char *path; local [all...] |
/external/clearsilver/util/ |
wdb.c | 407 char path[_POSIX_PATH_MAX]; local 412 snprintf (path, sizeof(path), "%s.wdf", name); 413 fp = fopen (path, "r"); 448 char path[_POSIX_PATH_MAX]; local 454 snprintf (path, sizeof(path), "%s.wdf.new", name); 456 fp = fopen (path, "w"); 464 unlink (path); 471 r = link (path, path2) 485 char path[_POSIX_PATH_MAX]; local [all...] |
/external/emma/core/java12/com/vladium/emma/data/ |
MergeProcessor.java | 47 * @param path [null is equivalent to an empty array] 49 public synchronized final void setDataPath (final String [] path) 51 if ((path == null) || (path.length == 0)) 54 m_dataPath = Files.pathToFiles (path, true); 86 throw new IllegalStateException ("data path not set"); 104 log.verbose ("input data path:");
|
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 369 ostringstream path; local 382 // target file path 383 path.str(""); 384 path << dir << U_FILE_SEP_CHAR; 386 path << id; 388 ofstream* fout = new ofstream(path.str().c_str(), mode); 390 cerr << "Cannot open file " << path << endl;
|
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_library_list.cpp | 160 // Parse path from line 206 (0, "OsclLibraryList::Populate - incomplete path, skipping line")); 210 // Buffer is filled but did not reach the end of path - skip this malformed line 212 (0, "OsclLibraryList::Populate - path too long, skipping line")); 224 // Read in the path, end with terminating character 229 // Add path to library list 270 //If there's atleast one library path name loaded in the vector,
|
/external/stlport/stlport/stl/config/ |
stl_mycomp.h | 262 // Edit relative path below (or put full path) to get native 270 // This macro constructs header path from directory and name. 272 // # define _STLP_MAKE_HEADER(path, header) <path/header> 274 // This macro constructs native include header path from include path and name.
|
/external/webkit/WebCore/platform/network/win/ |
ResourceHandleWin.cpp | 149 String urlStr = url().path(); 331 String path = url().path(); local 333 if (path[0] == '/') 334 path = path.substring(1); 336 d->m_fileHandle = CreateFileA(path.utf8().data(), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
|
/external/webkit/WebKit/gtk/tests/ |
testloading.c | 37 const char* path, GHashTable* query, 47 if (g_str_equal(path, "/test_loading_status") || g_str_equal(path, "/test_loading_status2")) 49 else if (g_str_equal(path, "/test_load_error")) { 51 } else if (g_str_equal(path, "/test_loading_cancelled")) { 91 static char* get_uri_for_path(const char* path) 96 uri = soup_uri_new_with_base(base_uri, path);
|
/external/webkit/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 44 supports (can be accessed with mimeTypes()) and the path of the plugin 156 Returns an absolute path to the plugin file. 158 QString QWebPluginInfo::path() const function in class:QWebPluginInfo 162 return m_package->path(); 344 Adds an additional \a path to the current set. 349 void QWebPluginDatabase::addSearchPath(const QString& path) 351 m_database->addExtraPluginDirectory(path);
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 178 String path = name.substring(0, dot).replace('.', File.separatorChar); local 180 path = outputPath + File.separator + path; 183 return new File(path, name.substring(dot + 1) + "." + index + ".dat"); 537 StringBuilder path = new StringBuilder("/serialization"); local 539 path.append(File.separatorChar); 540 path.append(test.getClass().getName().replace('.', File.separatorChar)); 541 path.append(toAppend); 544 .getResourceAsStream(path.toString()); 547 + path, in) [all...] |
/development/simulator/app/ |
MyApp.cpp | 163 android::String8 path(dir.ToAscii()); 164 path.appendPath("simulator.zip"); 165 mpAssetManager->addAssetPath(path, NULL); 206 /* Get the path to this executable, which should 208 * (The full path may begin with something like "out" 215 /* Get the path to the root host directory; e.g., "out/host". 298 case 'r': // reset path-based options to defaults 312 * Convert a path to absolute form, if needed. 326 // We still need to do this under Cygwin even if the path is 383 * Read from specified config file. We absolutify the path [all...] |
/external/bluetooth/bluez/plugins/ |
service.c | 768 static int register_interface(const char *path, struct btd_adapter *adapter) 772 DBG("path %s", path); 781 if (g_dbus_register_interface(connection, path, SERVICE_INTERFACE, 790 debug("Registered interface %s on path %s", SERVICE_INTERFACE, path); 798 static void unregister_interface(const char *path) 800 DBG("path %s", path); 802 g_dbus_unregister_interface(connection, path, SERVICE_INTERFACE) [all...] |
/external/quake/quake/src/WinQuake/ |
sys_linux.cpp | 175 int Sys_FileTime (char *path) 179 if (stat (path,&buf) == -1) 186 void Sys_mkdir (char *path) 188 mkdir (path, 0777); 191 int Sys_FileOpenRead (char *path, int *handle) 197 h = open (path, O_RDONLY, 0666); 203 Sys_Error ("Error fstating %s", path); 208 int Sys_FileOpenWrite (char *path) 214 handle = open(path,O_RDWR | O_CREAT | O_TRUNC 218 Sys_Error ("Error opening %s: %s", path,strerror(errno)) [all...] |
/external/skia/src/core/ |
SkScan_AntiPath.cpp | 358 void SkScan::AntiFillPath(const SkPath& path, const SkRegion& clip, 365 path.getBounds().roundOut(&ir); 377 SkScan::FillPath(path, clip, blitter); 385 if (path.isInverseFillType()) { 394 if (path.isInverseFillType()) { 407 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop); 411 if (!path.isInverseFillType() && MaskSuperBlitter::CanHandleRect(ir)) 414 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop); 415 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, clip); 420 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, clip) [all...] |
/external/webkit/WebCore/platform/graphics/ |
GraphicsContext.h | 35 #include "Path.h" 58 // wxGraphicsContext allows us to support Path, etc. 130 class Path; 215 // may return NULL, since we lazily allocate the path. This is the path 306 void drawFocusRing(const Vector<Path>&, int width, int offset, const Color&); 323 void addPath(const Path&); 325 void clip(const Path&); 330 void canvasClip(const Path&); 331 void clipOut(const Path&) [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 52 CGMutablePathRef path = CGPathCreateMutable(); local 61 return path; 71 return path; 73 CGPathMoveToPoint(path, 0, toCGFloat(subpath->pfxStart.x), toCGFloat(subpath->pfxStart.y)); 81 CGPathAddLineToPoint(path, 0, toCGFloat(segment->apfx[i].x), toCGFloat(segment->apfx[i].y)); 100 CGPathAddQuadCurveToPoint(path, 0, x, y, cpx, cpy); 113 CGPathAddCurveToPoint(path, 0, cp1x, cp1y, cp2x, cp2y, x, y); 119 return path; 124 CGPathCloseSubpath(path); 127 return path; [all...] |