OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chrome/common/extensions/
extension_resource_unittest.cc
64
FilePath
make_path
;
local
65
make_path
= l10n_path.AppendASCII(locales[i]);
66
ASSERT_TRUE(file_util::CreateDirectory(
make_path
));
67
ASSERT_TRUE(file_util::WriteFile(
make_path
.AppendASCII(filename),
/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(file_util::WriteFile(
make_path
.AppendASCII(filename),
/external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py
205
make_path
= os.path.join(out_dir, 'Makefile')
207
outdir = os.path.dirname(os.path.abspath(
make_path
))
237
RunTemplateFileIfChanged(template,
make_path
, template_dict)
/external/mksh/src/
misc.c
61
static int
make_path
(const char *, const char *, char **, XString *, int *);
1553
make_path
(const char *cwd, const char *file,
function
[
all
...]
Completed in 58 milliseconds