HomeSort by relevance Sort by last modified time
    Searched refs:curPath (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 275 FilePath curPath (path);
277 if (curPath.exists())
280 while (!curPath.exists())
282 createPaths.push_back(curPath.getPath());
284 std::string parent = curPath.getDirName();
285 DE_CHECK_RUNTIME_ERR(parent != curPath.getPath());
286 curPath = FilePath(parent);
  /external/chromium_org/third_party/mozilla/
NSString+Utils.mm 323 NSString* curPath = self;
324 while (![[NSFileManager defaultManager] fileExistsAtPath:curPath])
326 NSString* parentDirPath = [curPath stringByDeletingLastPathComponent];
327 if ([parentDirPath isEqualToString:curPath])
329 curPath = parentDirPath;
332 NSArray* displayComponents = [[NSFileManager defaultManager] componentsToDisplayForPath:curPath];
  /external/deqp/framework/common/
tcuCommandLine.cpp 306 const char* curPath = path;
307 int curLen = getCurrentComponentLen(curPath);
311 curNode = curNode->getChild(std::string(curPath, curPath+curLen));
316 curPath += curLen;
318 if (curPath[0] == 0)
322 DE_ASSERT(curPath[0] == '.');
323 curPath += 1;
324 curLen = getCurrentComponentLen(curPath);
  /external/deqp/scripts/
run_internal_tests.py 17 curPath = os.getcwd()
21 os.chdir(curPath)
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 678 int curPath = (path >> i) & 0xF;
679 if (curPath != curActivePath) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 694 milliseconds