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

  /external/chromium_org/content/common/
child_process_host_impl.cc 94 base::FilePath child_path; local
96 child_path = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
105 if (child_path.empty() && flags & CHILD_ALLOW_SELF && !RunningOnValgrind())
106 child_path = base::FilePath(base::kProcSelfExe);
111 if (child_path.empty())
112 PathService::Get(CHILD_PROCESS_EXE, &child_path);
122 child_path = TransformPathForFeature(child_path, "NP");
129 child_path = TransformPathForFeature(child_path, "EH")
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_file_system.py 82 for child_path, child_version in stat.child_versions.iteritems():
83 stat.child_versions[child_path] = stradd(
84 stat.child_versions[child_path],
85 self._stat_tracker.GetVersion(posixpath.join(path, child_path)))
  /system/core/sdcard/
sdcard.c 826 char child_path[PATH_MAX]; local
837 child_path, sizeof(child_path), 1))) {
844 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path);
957 char child_path[PATH_MAX]; local
969 child_path, sizeof(child_path), 1))) {
976 if (mknod(child_path, mode, req->rdev) < 0) {
979 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path);
988 char child_path[PATH_MAX] local
1038 char child_path[PATH_MAX]; local
1067 char child_path[PATH_MAX]; local
    [all...]
  /external/chromium_org/chrome/browser/mac/
relauncher.cc 85 base::FilePath child_path; local
86 if (!PathService::Get(content::CHILD_PROCESS_EXE, &child_path)) {
92 return RelaunchAppWithHelper(child_path.value(), relauncher_args, args);
  /external/lldb/source/Host/common/
FileSpec.cpp 956 char child_path[PATH_MAX]; local
957 const int child_path_len = ::snprintf (child_path, sizeof(child_path), "%s/%s", dir_path, dp->d_name);
958 if (child_path_len < (int)(sizeof(child_path) - 1))
961 FileSpec child_path_spec (child_path, false);
974 if (FileSpec::EnumerateDirectory (child_path,
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]

Completed in 2002 milliseconds