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

  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 47 $make_path = shift @argv;
48 if (!-f $make_path)
50 print "$option $make_path: Not found.\n";
134 local($command) = $make_path;
174 print "Error running $make_path (expected $expected_code; got $code): $command\n";
185 system "add_profile $make_path";
193 &print_standard_usage ("run_make_tests", "[-make_path make_pathname]");
198 &print_standard_help ("-make_path",
221 $make_path = "make";
269 print "Make path: $make_path\n" if $debug
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_management_test_util.cc 15 std::string make_path(std::string a, std::string b) { function in namespace:extensions::__anon8569
43 pref_->SetString(make_path(schema::kWildcard, schema::kInstallationMode),
54 pref_->Remove(make_path(it.key(), schema::kInstallationMode), NULL);
55 pref_->Remove(make_path(it.key(), schema::kUpdateUrl), NULL);
65 pref_->SetString(make_path(id, schema::kInstallationMode),
67 pref_->Remove(make_path(id, schema::kUpdateUrl), NULL);
75 pref_->SetString(make_path(id, schema::kInstallationMode),
77 pref_->SetString(make_path(id, schema::kUpdateUrl), update_url);
  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 138 base::FilePath make_path; local
139 make_path = l10n_path.AppendASCII(locales[i]);
140 ASSERT_TRUE(base::CreateDirectory(make_path));
141 ASSERT_TRUE(base::WriteFile(make_path.AppendASCII(filename),
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 219 make_path = os.path.join(out_dir, 'Makefile')
221 outdir = os.path.dirname(os.path.abspath(make_path))
252 RunTemplateFileIfChanged(template, make_path, template_dict)
  /external/mksh/src/
misc.c 62 static int make_path(const char *, const char *, char **, XString *, int *);
1595 make_path(const char *cwd, const char *file, function
    [all...]

Completed in 1683 milliseconds