OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_name
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebKit/gtk/tests/
test_utils.c
34
gchar *
path_name
;
local
38
g_assert(!g_str_equal((
path_name
= g_get_current_dir()), "/"));
39
g_free(
path_name
);
/external/oprofile/libutil++/
file_manip.cpp
132
* @param
path_name
the path where we remove trailing '/'
134
* erase all trailing '/' in
path_name
except if the last '/' is at pos 0
136
static string erase_trailing_path_separator(string const &
path_name
)
138
string result(
path_name
);
172
string op_basename(string const &
path_name
)
174
string result = erase_trailing_path_separator(
path_name
);
file_manip.h
80
* @param
path_name
path
87
std::string op_basename(std::string const &
path_name
);
/external/blktrace/doc/
blkiomon.8
/libcore/dalvik/src/main/java/dalvik/system/
TemporaryDirectory.java
35
private static final String
PATH_NAME
= "tmp";
74
File dir = new File(baseDir,
PATH_NAME
);
/external/chromium/base/files/
file_path_watcher_mac.cc
218
std::string
path_name
;
local
222
path_name
= event_data->path_.value();
225
if (
path_name
.empty()) {
226
path_name
= base::StringPrintf(
229
LOG(ERROR) << "Error: " << kevents[i].data << " for " <<
path_name
;
/external/libvpx/examples/includes/geshi/geshi/
eiffel.php
168
'
PATH_NAME
',
/libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java
902
GeneralName
path_name
= new GeneralName(type, name);
local
907
pathToNames.add(
path_name
);
958
GeneralName
path_name
= new GeneralName(type, name);
local
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ExtraPackage.java
319
* The package is installed in SDK/extras/vendor_name/
path_name
.
343
* The package is installed in SDK/extras/vendor_name/
path_name
.
/external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc
1627
std::string
path_name
;
local
[
all
...]
/frameworks/base/media/java/android/media/
MediaRecorder.java
44
* recorder.setOutputFile(
PATH_NAME
);
[
all
...]
/cts/tools/dex-tools/dex/
classes0.out.dex
[
all
...]
Completed in 170 milliseconds