/external/guava/guava-tests/test/com/google/common/collect/ |
BstPathTest.java | 50 SimplePath nodePath = new SimplePath(node, rootPath); 51 assertTrue(nodePath.hasPrefix()); 52 assertEquals(rootPath, nodePath.prefixOrNull()); 53 assertEquals(rootPath, nodePath.getPrefix());
|
/system/vold/ |
Volume.cpp | 345 char nodepath[256]; local 364 snprintf(nodepath, 365 sizeof(nodepath), "/dev/block/vold/%d:%d", 367 if (createDeviceNode(nodepath, new_major, new_minor)) { 368 SLOGE("Error making device node '%s' (%s)", nodepath, 372 // Todo: Either create sys filename from nodepath, or pass in bogus path so 374 updateDeviceInfo(nodepath, new_major, new_minor);
|
DirectVolume.cpp | 107 char nodepath[255]; local 109 snprintf(nodepath, 110 sizeof(nodepath), "/dev/block/vold/%d:%d", 112 if (createDeviceNode(nodepath, major, minor)) { 113 SLOGE("Error making device node '%s' (%s)", nodepath,
|
VolumeManager.cpp | 1293 char nodepath[255]; local [all...] |
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 386 // updated as children are parsed and projectionPatterns are searched in nodePath.
|
/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | 30 var nodePath = require('path'); 32 filename = nodePath['normalize'](filename); 35 if (!ret && filename != nodePath['resolve'](filename)) { [all...] |
/external/chromium_org/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | 88 var nodePath = require('path'); 90 filename = nodePath['normalize'](filename); 93 if (!ret && filename != nodePath['resolve'](filename)) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.preferences_3.3.0.v20100503.jar | |