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

  /external/v8/src/base/
file-utils.h 13 char* RelativePath(char** buffer, const char* exec_path, const char* name);
file-utils.cc 15 char* RelativePath(char** buffer, const char* exec_path, const char* name) {
16 DCHECK(exec_path);
17 int path_separator = static_cast<int>(strlen(exec_path)) - 1;
19 !base::OS::isDirectorySeparator(exec_path[path_separator])) {
27 strncat(*buffer, exec_path, path_separator + 1);
  /external/v8/src/
icu_util.h 19 bool InitializeICUDefaultLocation(const char* exec_path,
icu_util.cc 43 bool InitializeICUDefaultLocation(const char* exec_path,
53 RelativePath(&icu_data_file_default, exec_path, "icudtl.dat");
api.cc     [all...]
  /art/runtime/
prebuilt_tools_test.cc 35 std::string exec_path = tools_dir + tool; local
36 if (stat(exec_path.c_str(), &exec_st) != 0) {
  /external/libcxx/test/libcxx/android/test/
format.py 55 def _build(self, exec_path, source_path, compile_only=False,
59 self, exec_path, source_path, compile_only, use_verify)
64 exec_file = os.path.basename(exec_path)
67 adb.push(exec_path, self._wd_path(exec_file, exec_file))
81 def _clean(self, exec_path):
82 exec_file = os.path.basename(exec_path)
86 os.remove(exec_path)
90 def _run(self, exec_path, _, in_dir=None):
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
format.py 57 def _build(self, exec_path, source_path, compile_only=False,
61 self, exec_path, source_path, compile_only, use_verify)
66 exec_file = os.path.basename(exec_path)
69 adb.push(exec_path, self._wd_path(exec_file, exec_file))
83 def _clean(self, exec_path):
84 exec_file = os.path.basename(exec_path)
88 os.remove(exec_path)
92 def _run(self, exec_path, _, in_dir=None):
  /external/libcxx/test/libcxx/test/
format.py 98 def _clean(self, exec_path): # pylint: disable=no-self-use
99 libcxx.util.cleanFile(exec_path)
103 exec_path = tmpBase + '.exe'
110 source_path, out=exec_path, object_file=object_path,
128 cmd, out, err, rc = self.executor.run(exec_path, [exec_path],
140 self._clean(exec_path)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 98 def _clean(self, exec_path): # pylint: disable=no-self-use
99 libcxx.util.cleanFile(exec_path)
103 exec_path = tmpBase + '.exe'
110 source_path, out=exec_path, object_file=object_path,
128 cmd, out, err, rc = self.executor.run(exec_path, [exec_path],
140 self._clean(exec_path)
  /ndk/sources/host-tools/make-3.81/w32/include/
sub_proc.h 38 char *exec_path, char *as_user));
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 30 static char *make_command_line(char *shell_name, char *exec_path, char **argv);
350 find_file(char *exec_path, LPOFSTRUCT file_info)
356 fname = malloc(strlen(exec_path) + 5);
357 strcpy(fname, exec_path);
382 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(exec_path, file_info,
412 char *exec_path,
430 * Shell script detection... if the exec_path starts with #! then
439 exec_handle = find_file(exec_path, &file_info);
462 * exec_path args to shell_name exec_path arg
    [all...]
  /system/extras/simpleperf/
environment.h 70 bool GetExecPath(std::string* exec_path);
environment.cpp 406 bool GetExecPath(std::string* exec_path) {
414 *exec_path = path;
cmd_record.cpp 767 std::string exec_path = "simpleperf"; local
768 GetExecPath(&exec_path);
770 cmdline.push_back(exec_path);
  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 109 explicit V8InitializationScope(const char* exec_path);
355 V8InitializationScope::V8InitializationScope(const char* exec_path)
361 v8::V8::InitializeICUDefaultLocation(exec_path);
362 v8::V8::InitializeExternalStartupData(exec_path);
493 void PrintUsage(const char* exec_path) {
495 << "\nUsage: " << exec_path local
  /external/autotest/frontend/afe/
rpc_utils.py 696 def _common_entry_to_dict(entry, type, job_dict, exec_path, status, started_on):
700 execution_path=exec_path,
727 exec_path = server_utils.get_special_task_exec_path(
733 exec_path, status, task['time_started'])
739 exec_path = server_utils.get_hqe_exec_path(tag,
741 return _common_entry_to_dict(queue_entry, 'Job', job_dict, exec_path,
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 289 milliseconds