HomeSort by relevance Sort by last modified time
    Searched full:executable_path (Results 1 - 25 of 39) sorted by null

1 2

  /external/libmtp/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /external/libusb/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /external/libusb-compat/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /external/webkit/Source/WebKit/gtk/tests/
test_utils.c 25 int testutils_relative_chdir(const gchar* target_filename, const gchar* executable_path)
27 if (g_path_is_absolute(executable_path)) {
28 if (g_chdir(g_path_get_dirname(executable_path))) {
  /external/chromium/base/
base_paths_mac.mm 29 std::string executable_path;
30 char* executable_path_c = WriteInto(&executable_path, executable_length);
33 DCHECK(!executable_path.empty());
34 if ((rv != 0) || (executable_path.empty()))
36 *path = FilePath(executable_path);
  /external/valgrind/main/none/tests/darwin/
apple-main-arg.c 21 // envp[i]==NULL; envp[i+1]==apple[0]==executable_path
  /external/clang/tools/libclang/
CMakeLists.txt 68 INSTALL_NAME_DIR "@executable_path/../lib")
  /external/webkit/Tools/WebKitLauncher/Configurations/
WebKitNightlyEnabler.xcconfig 25 INSTALL_PATH = @executable_path/../Resources;
  /external/chromium/chrome/browser/importer/
nss_decryptor_mac.mm 17 // on one another, referenced using dyld's @executable_path directive.
  /external/chromium/chrome/common/
service_process_util_mac.mm 320 FilePath executable_path = FilePath([exe_path fileSystemRepresentation]);
323 if (!delegate->Init(executable_path)) {
324 LOG(ERROR) << "executable_watcher_.Init " << executable_path.value();
327 if (!executable_watcher_.Watch(executable_path, delegate.release())) {
328 LOG(ERROR) << "executable_watcher_.watch " << executable_path.value();
service_process_util_unittest.cc 434 const FilePath& executable_path() const { return executable_path_; } function in class:ServiceProcessStateFileManipulationTest
491 NewRunnableFunction(&DeleteFunc, executable_path()));
520 NewRunnableFunction(&MoveFunc, executable_path(), new_loc));
  /external/chromium/build/mac/
strip_from_xcode 62 "${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}"
  /external/llvm/runtime/libprofile/
Makefile 49 -Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)"
  /external/llvm/tools/lto/
Makefile 50 -Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)"
  /sdk/monkeyrunner/test/com/android/monkeyrunner/
JythonUtilsTest.java 42 private static final String EXECUTABLE_PATH = "string";
108 return ScriptRunner.runStringAndGet(EXECUTABLE_PATH, sb.toString(), "result").get("result");
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 294 | executable_path | (first arg to execve())
378 /* Darwin executable_path + NULL */
380 if (info->executable_path) {
381 stringsize += 1 + VG_(strlen)(info->executable_path);
467 /* --- executable_path + NULL --- */
468 if (info->executable_path)
469 *ptr++ = (Addr)copy_str(&strtab, info->executable_path);
  /external/llvm/tools/llvm-shlib/
Makefile 62 -Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)"
  /external/webkit/Tools/Scripts/
check-for-exit-time-destructors 52 my $executablePath = "$ENV{'TARGET_BUILD_DIR'}/$ENV{'EXECUTABLE_PATH'}";
check-for-global-initializers 52 my $executablePath = "$ENV{'TARGET_BUILD_DIR'}/$ENV{'EXECUTABLE_PATH'}";
check-for-weak-vtables-and-externals 51 my $executablePath = "$ENV{'TARGET_BUILD_DIR'}/$ENV{'EXECUTABLE_PATH'}";
  /external/libpng/projects/xcode/libpng.xcodeproj/
project.pbxproj 229 INSTALL_PATH = "@executable_path/../Frameworks";
247 INSTALL_PATH = "@executable_path/../Frameworks";
  /external/valgrind/main/coregrind/
launcher-darwin.c 360 /* envp[i] == NULL ; envp[i+1] == executable_path */
388 new_env[i ] = envp[i-2]; // the 'apple' arg == the executable_path

Completed in 852 milliseconds

1 2