Home
last modified time | relevance | path

Searched refs:path_file_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/mtdev/patch/
Dapply_patch.sh33 path_file_dir=$3
38 echo "path_file_dir: $path_file_dir"
40 if [ "$source_dir" == "" ] || [ "$out_dir" == "" ] || [ "$path_file_dir" == "" ]; then
65 ls -l $path_file_dir/*.diff
71 PATCH_FILE=$(realpath $(ls $path_file_dir/*.diff | tail -n 1))
79 echo "patch fail. path_file_dir=$path_file_dir"
/third_party/libinput/patch/
Dapply_patch.sh33 path_file_dir=$3
38 echo "path_file_dir: $path_file_dir"
40 if [ "$source_dir" == "" ] || [ "$out_dir" == "" ] || [ "$path_file_dir" == "" ]; then
65 ls -l $path_file_dir/*.diff
71 PATCH_FILE=$(realpath $(ls $path_file_dir/*.diff | tail -n 1))
79 echo "patch fail. path_file_dir=$path_file_dir"