HomeSort by relevance Sort by last modified time
    Searched full:frameworkpath (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 65 __strong char *frameworkPath;
74 @property __strong char *frameworkPath;
testfilerunner.m 50 @synthesize libraryPath, frameworkPath;
204 if (frameworkPath) {
205 sprintf(fpath, "DYLD_FRAMEWORK_PATH=%s", frameworkPath);
629 char *frameworkPath = getenv("DYLD_FRAMEWORK_PATH");
641 frameworkPath = argv[1];
711 line.frameworkPath = frameworkPath; // tell generators about it instead XXX
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 548 frameworkpath = sys.exec_prefix[:sys.exec_prefix.find(
552 frameworkpath = pathjoin(frameworkpath, "Versions", version)
556 src = pathjoin(frameworkpath, item)
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 496 StringRef FrameworkPath = FE->getDir()->getName();
500 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath);
506 if (llvm::sys::path::extension(FrameworkPath) == ".framework") {
512 FrameworkPath = llvm::sys::path::parent_path(FrameworkPath);
513 if (FrameworkPath.empty())
521 = ::getTopFrameworkDir(FileMgr, FrameworkPath, SubmodulePath);
    [all...]

Completed in 521 milliseconds