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

  /frameworks/compile/mclinker/lib/Target/
AndroidSectLinker.cpp 36 MCLDDirectory search_path("=/system/lib");
37 search_path.setSysroot(info.options().sysroot());
38 if (exists(search_path.path()) && is_directory(search_path.path()))
39 info.options().directories().add(search_path);
42 llvm::errs() << "WARNING: can not open search directory: `-L" << search_path.name() << "'.\n";
  /frameworks/base/tools/aidl/
Android.mk 17 search_path.cpp \
search_path.cpp 2 #include "search_path.h"
aidl_language_l.l 4 #include "search_path.h"
aidl.cpp 4 #include "search_path.h"
    [all...]
  /frameworks/base/core/java/android/provider/
Applications.java 51 public static final String SEARCH_PATH = "search";
77 Uri searchUri = CONTENT_URI.buildUpon().appendPath(SEARCH_PATH).appendPath(query).build();
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 118 if (CreateProcess((search_mode == SEARCH_PATH) ? NULL : program.c_str(),
119 (search_mode == SEARCH_PATH) ? name_copy : NULL,
314 case SEARCH_PATH:
subprocess.h 61 SEARCH_PATH, // Use PATH environment variable.
command_line_interface.cc     [all...]
  /build/tools/releasetools/
common.py 42 OPTIONS.search_path = "out/host/linux-x86"
365 os.path.join(OPTIONS.search_path, "framework", "signapk.jar")]
497 OPTIONS.search_path = a
507 os.environ["PATH"] = (os.path.join(OPTIONS.search_path, "bin") +
sign_target_files_apks 245 os.path.join(OPTIONS.search_path, "framework", "dumpkey.jar")]
  /external/webkit/Source/WebKit/chromium/
WebKit.gyp     [all...]
  /external/oprofile/
TODO 170 opreport { archive:tmp1 search_path=/lib/modules/2.6.20 } { archive:tmp2 search_path=/.../2.6.20.9 }
171 because search_path is specified through -p which is not a part of the
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 137 matcher.addURI(Applications.AUTHORITY, Applications.SEARCH_PATH,
139 matcher.addURI(Applications.AUTHORITY, Applications.SEARCH_PATH + "/*",
  /external/mksh/src/
exec.c 840 sh = search_path(sh, path, X_OK, NULL);
1085 tp->u.fpath = search_path(name, fpath, R_OK,
1119 npath.ro = search_path(name,
1129 (npath.ro = search_path(name, fpath, R_OK,
1191 search_path(const char *name, const char *lpath, function
    [all...]
funcs.c 1101 search_path(alias, path, X_OK, NULL) :
    [all...]
sh.h     [all...]
  /external/iptables/iptables/
xtables.c 533 static void *load_extension(const char *search_path, const char *af_prefix,
538 const char *dir = search_path, *next;
    [all...]
  /prebuilts/sdk/tools/linux/
aidl 

Completed in 1027 milliseconds