OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basefile
(Results
1 - 15
of
15
) sorted by null
/external/smali/util/src/main/java/org/jf/util/
PathUtil.java
39
public static File getRelativeFile(File
baseFile
, File fileToRelativize) throws IOException {
40
if (
baseFile
.isFile()) {
41
baseFile
=
baseFile
.getParentFile();
44
return new File(getRelativeFileInternal(
baseFile
.getCanonicalFile(), fileToRelativize.getCanonicalFile()));
48
File
baseFile
= new File(basePath);
49
if (
baseFile
.isFile()) {
50
baseFile
=
baseFile
.getParentFile();
53
return getRelativeFileInternal(
baseFile
.getCanonicalFile()
[
all
...]
/external/chromium/chrome/browser/download/
base_file.cc
23
BaseFile
::
BaseFile
(const FilePath& full_path,
40
BaseFile
::~
BaseFile
() {
48
bool
BaseFile
::Initialize(bool calculate_hash) {
63
bool
BaseFile
::AppendDataToFile(const char* data, size_t data_len) {
87
bool
BaseFile
::Rename(const FilePath& new_path) {
148
void
BaseFile
::Detach() {
152
void
BaseFile
::Cancel() {
162
void
BaseFile
::Finish()
[
all
...]
base_file.h
26
class
BaseFile
{
28
BaseFile
(const FilePath& full_path,
33
~
BaseFile
();
105
DISALLOW_COPY_AND_ASSIGN(
BaseFile
);
save_file.cc
12
:
BaseFile
(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()),
download_file.cc
18
:
BaseFile
(info->save_info.file_path,
62
BaseFile
::DebugString().c_str());
base_file_unittest.cc
30
new
BaseFile
(FilePath(), GURL(), GURL(), 0, file_stream_));
47
// Make sure the mock BrowserThread outlives the
BaseFile
to satisfy
66
scoped_ptr<
BaseFile
> base_file_;
71
// Expect the file to survive deletion of the
BaseFile
instance.
78
// Mock file thread to satisfy debug checks in
BaseFile
.
download_file.h
24
class DownloadFile : public
BaseFile
{
save_file.h
22
class SaveFile : public
BaseFile
{
/external/proguard/src/proguard/io/
DirectoryWriter.java
36
private final File
baseFile
;
46
* @param
baseFile
the base directory to which all files will be written.
48
public DirectoryWriter(File
baseFile
,
51
this.
baseFile
=
baseFile
;
138
baseFile
:
139
new File(
baseFile
,
/external/skia/tools/
skdiff_image.cpp
21
const SkString&
baseFile
,
26
SkASSERT(!
baseFile
.isEmpty());
29
drp->fBase.fFilename =
baseFile
;
30
drp->fBase.fFullPath =
baseFile
;
84
" %s <
baseFile
> <comparisonFile>\n" , argv0);
105
"\n
baseFile
: baseline image file."
122
SkString
baseFile
;
232
baseFile
.set(argv[i]);
255
printf("Base file is [%s]\n",
baseFile
.c_str());
310
baseLabel.set(
baseFile
);
[
all
...]
/libcore/luni/src/main/java/java/net/
URLClassLoader.java
458
String
baseFile
= url.getFile();
465
+
baseFile
.length());
469
//
baseFile
always ends with '/'
470
buf.append(
baseFile
);
[
all
...]
/frameworks/base/tools/aapt/
Resource.cpp
613
printf("
baseFile
" ZD " has flavor %s\n", (ZD_TYPE) i,
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar
/prebuilts/sdk/tools/linux/
aapt
/external/proguard/lib/
proguard.jar
Completed in 346 milliseconds